From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt4Ij-0000d5-Kx for qemu-devel@nongnu.org; Wed, 09 Jan 2013 17:39:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tt4Ii-0004sW-J2 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 17:39:13 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56631) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tt4Ii-0004sS-A6 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 17:39:12 -0500 Message-ID: <50EDF18E.7080004@redhat.com> Date: Wed, 09 Jan 2013 15:39:10 -0700 From: Eric Blake MIME-Version: 1.0 References: <65434081d79cb01d31c29e58ba90366d995fdf77.1357741229.git.phrdina@redhat.com> In-Reply-To: <65434081d79cb01d31c29e58ba90366d995fdf77.1357741229.git.phrdina@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigBF41792B08A27096C439FF49" Subject: Re: [Qemu-devel] [PATCH 12/13] savevm: update return value from qemu_savevm_state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Hrdina Cc: qemu-devel@nongnu.org, phrdina@redhat.c0m, lcapitulino@redhat.com This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBF41792B08A27096C439FF49 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 01/09/2013 08:18 AM, Pavel Hrdina wrote: > Signed-off-by: Pavel Hrdina > --- > savevm.c | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) >=20 > @@ -2189,6 +2189,7 @@ void qmp_vm_snapshot_save(bool has_name, const ch= ar *name, Error **errp) > error_setg(errp, "Failed to open '%s' file.", bdrv_get_device_= name(bs)); > goto the_end; > } > + > ret =3D qemu_savevm_state(f, &local_err); Spurious whitespace change? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enigBF41792B08A27096C439FF49 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQEcBAEBCAAGBQJQ7fGOAAoJEKeha0olJ0NqGJcH/i2B5XhNpdFUlvtWfe4MiHpC UvfHX1QxR8es7xQV0Iv8xjBgS5frkAn0fHjbJhpGJSNd0yc0Ys2L3Uf6P8+3hJE1 x5YpZbWWYg30JSD9/oa5dzDRfFOR9SvqIg4EvccgVtq/yVY/iLFLrxlMwwKHNtgI M1//BFnD4eN0xYdFX8oYjZy5tudbeAD0xLrZqRxCmTYl3Ri5uu79Dgx+LVPBg7NW 8uMAyafu8UMLSMxAGs+/fG1ylsFfTaiVRR92ZJ3CretQKhLElKRVZ21oQCmCT9wT 9RcSBRbkcdeRm2zZN/K0mLOk8uzpm61bcwljEs5sZIiZAHyWgg+bGNjWZq7mFMo= =rozB -----END PGP SIGNATURE----- --------------enigBF41792B08A27096C439FF49--