From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaTuc-0004Ci-Kj for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:18:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XaTuX-0001hq-77 for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:18:34 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:48917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XaTuX-0001hk-0C for qemu-devel@nongnu.org; Sat, 04 Oct 2014 14:18:29 -0400 Received: by mail-wg0-f43.google.com with SMTP id m15so3758104wgh.14 for ; Sat, 04 Oct 2014 11:18:27 -0700 (PDT) Date: Sat, 4 Oct 2014 19:18:24 +0100 From: Stefan Hajnoczi Message-ID: <20141004181824.GA24683@stefanha-thinkpad.redhat.com> References: <1412105489-7681-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <1412105489-7681-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] qcow2/qapi: Add "corrupt" to ImageInfoSpecificQCow2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , Jeff Cody , qemu-devel@nongnu.org, Stefan Hajnoczi --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 30, 2014 at 09:31:26PM +0200, Max Reitz wrote: > This series adds a field corresponding to the "corrupt" flag to > ImageInfoSpecificQCow2. This breaks several qemu-iotests which directly > invoke qemu-img info instead of using _img_info. Patch 1 tries to > minimize the necessary output fixes in patch 2 by replacing several > occurrences of direct qemu-img info calls by _img_info where > appropriate. >=20 >=20 > Max Reitz (3): > iotests: Use _img_info > qapi: Add corrupt field to ImageInfoSpecificQCow2 > iotests: qemu-img info output for corrupt image >=20 > block/qcow2.c | 3 +++ > qapi/block-core.json | 6 ++++- > tests/qemu-iotests/060 | 3 +++ > tests/qemu-iotests/060.out | 9 +++++++ > tests/qemu-iotests/065 | 12 ++++----- > tests/qemu-iotests/067.out | 10 ++++---- > tests/qemu-iotests/070 | 2 +- > tests/qemu-iotests/070.out | 5 ++-- > tests/qemu-iotests/082 | 12 ++++----- > tests/qemu-iotests/082.out | 62 ++++++++++++++--------------------------= ------ > tests/qemu-iotests/089.out | 2 ++ > tests/qemu-iotests/095 | 4 +-- > tests/qemu-iotests/095.out | 16 +++--------- > 13 files changed, 66 insertions(+), 80 deletions(-) >=20 > --=20 > 2.1.1 >=20 >=20 Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUMDnwAAoJEJykq7OBq3PIIk8H/RSuFp9uBMmjO+ePJWsMzHSw OApHu2vVTy0+5agtjc/QZ7VFhqUWeetWB2nw/RSGWixWt7Xd2AV3cYKnGjb2cI6/ zzviYXPdJI+FYh1arSQSwTrZGfcnETDozRSgkyqAMvutW5MieboP/Hlm5/w3SfPr r3RtBXcD+728+EPnDORyGf4+9h/7DkpYPNn7iTN3ppZxJBcsa/FEkLTdddx4erYV GczgmXQ5FvcjCXhP0JRw1slmuS1YEavMvnjHE2nknXP7EaV4FBTy9i/Ocq9U+RmZ CQdi3iujqzJPWeu37LELFt6hj+cdPWXgp+Ng32PL7ocQUx+SGjUIkMH+gCOFDrQ= =7iJQ -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--