From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyMf8-0007wO-Vq for qemu-devel@nongnu.org; Tue, 09 Dec 2014 10:25:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyMf3-0007uq-Q9 for qemu-devel@nongnu.org; Tue, 09 Dec 2014 10:25:18 -0500 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:56725) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyMf3-0007ua-Io for qemu-devel@nongnu.org; Tue, 09 Dec 2014 10:25:13 -0500 Received: by mail-wi0-f182.google.com with SMTP id h11so2084766wiw.9 for ; Tue, 09 Dec 2014 07:25:08 -0800 (PST) Date: Tue, 9 Dec 2014 15:25:02 +0000 From: Stefan Hajnoczi Message-ID: <20141209152502.GA27053@stefanha-thinkpad.redhat.com> References: <1416958202-15913-1-git-send-email-gary.hook@nimboxx.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline In-Reply-To: <1416958202-15913-1-git-send-email-gary.hook@nimboxx.com> Subject: Re: [Qemu-devel] [PATCH v2] Block migration: fix return value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: grhookatwork@gmail.com Cc: Gary R Hook , qemu-devel@nongnu.org --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 25, 2014 at 05:30:02PM -0600, grhookatwork@gmail.com wrote: > From: Gary R Hook >=20 > Modify block_save_iterate() to return positive/zero/negative > (success/not done/failure) return status. The computation of > the blocks transferred (an int64_t) exceeds the size of an > int return value. >=20 > Signed-off-by: Gary R Hook >=20 > --- > block-migration.c | 10 +++++++++- > 1 file changed, 9 insertions(+), 1 deletion(-) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUhxROAAoJEJykq7OBq3PI05cIAMIjiNFAkFzANM+5wF6Wge8p iYmqdUXkEAcmscX9jdC+RvK6V+QzlXZx+Tvc9Gl7SL63gQJzASEmwHrJLGzonjWm nVI31Hsaiw3qb2NAgQVJKhz7+72nu+E3YalzeDA43ZuAcE7MI1J9Xp+RMYh2dR1P sWWkvg6uWfLDoEjJgNFKH6UP8CpXnwEsOcnwv/Y+vnGtznUPx4533Ln2eucID53r u1e9OFHzHFPr7ks+AWG6Qy7LmHuggdk23vWFZw3h99E+/GX12l/YkMeFiSBgNlRA 6rJcO6R67NPnRiF9AgNj/XRC8oo/9/JzJ4oLkXW6ilvaQTCMJ5KRm1+Jrjj7WJg= =iw8W -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk--