From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ3rA-0005FK-Cx for qemu-devel@nongnu.org; Tue, 30 Sep 2014 16:17:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZ3r4-0001Ak-Gi for qemu-devel@nongnu.org; Tue, 30 Sep 2014 16:17:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZ3r4-0001AO-8N for qemu-devel@nongnu.org; Tue, 30 Sep 2014 16:17:02 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8UKH1B4020982 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 30 Sep 2014 16:17:01 -0400 Message-ID: <542B0FBC.8010603@redhat.com> Date: Tue, 30 Sep 2014 14:17:00 -0600 From: Eric Blake MIME-Version: 1.0 References: <1412105489-7681-1-git-send-email-mreitz@redhat.com> <1412105489-7681-3-git-send-email-mreitz@redhat.com> In-Reply-To: <1412105489-7681-3-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6adE7cPcDtAQ7ABrDorXjdDrpBuIjpLdl" Subject: Re: [Qemu-devel] [PATCH 2/3] qapi: Add corrupt field to ImageInfoSpecificQCow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Jeff Cody , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --6adE7cPcDtAQ7ABrDorXjdDrpBuIjpLdl Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/30/2014 01:31 PM, Max Reitz wrote: > Just like lazy-refcounts, this field will be present iff the qcow2 > compat level is 1.1 (or probably any future revision). >=20 > As expected, this breaks some tests due to the new field present in > qemu-img info output; so fix their output accordingly. >=20 > Suggested-by: Eric Blake Thanks for tackling this :) > Signed-off-by: Max Reitz > --- > block/qcow2.c | 3 +++ > qapi/block-core.json | 6 +++++- > tests/qemu-iotests/065 | 12 ++++++------ > tests/qemu-iotests/067.out | 10 +++++----- > tests/qemu-iotests/082.out | 7 +++++++ > tests/qemu-iotests/089.out | 2 ++ > 6 files changed, 28 insertions(+), 12 deletions(-) >=20 Reviewed-by: Eric Blake (those are some long lines!) --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --6adE7cPcDtAQ7ABrDorXjdDrpBuIjpLdl 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 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUKw+9AAoJEKeha0olJ0NqJUIH/3XP5gLvMfsN7IN1oQ8UYBg1 TItfFFXMp9UfCB45nle+YCi8duVGCWCouLaFrXoYQLM8wJZ4pbHGq7POWonH/ZRk ciG1nvsEHe3wxftGjJKNBfQVkSYiLS3XDr8WeEwoaRdoq52wyYHzhynaO27iJb1v uMIsFAH8xI4Lht+tmcAO4dY4lcTCp94ifJtD04BkBpBM3bKZOMGNhVoAAsu/uqAs xTovuC4WXE9bHLFjIVh6i5KExPKPp/yocKMI8f91eQdktThf3CmRzSKK/UyYR6UV j28wtUIGsQuP5YFhZw21VNXEFppSW6hY3M/oxeBo+BuOjGsR/WTzQoT1EM+rR2U= =vbbY -----END PGP SIGNATURE----- --6adE7cPcDtAQ7ABrDorXjdDrpBuIjpLdl--