From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwK3f-0003NV-Ku for qemu-devel@nongnu.org; Wed, 03 Dec 2014 19:14:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwK3Y-0007F9-Pj for qemu-devel@nongnu.org; Wed, 03 Dec 2014 19:14:11 -0500 Received: from resqmta-ch2-01v.sys.comcast.net ([69.252.207.33]:36197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwK3Y-0007Ew-Kp for qemu-devel@nongnu.org; Wed, 03 Dec 2014 19:14:04 -0500 Message-ID: <547F9695.2010807@redhat.com> Date: Wed, 03 Dec 2014 15:02:45 -0800 From: Eric Blake MIME-Version: 1.0 References: <1417613866-25890-1-git-send-email-mreitz@redhat.com> <1417613866-25890-17-git-send-email-mreitz@redhat.com> In-Reply-To: <1417613866-25890-17-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Q4Gc9DD2vT4Boo8HDef5KhBupvcn3OfWQ" Subject: Re: [Qemu-devel] [PATCH v4 16/26] qcow2: Allow creation with refcount order != 4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Q4Gc9DD2vT4Boo8HDef5KhBupvcn3OfWQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/03/2014 05:37 AM, Max Reitz wrote: > Add a creation option to qcow2 for setting the refcount order of images= > to be created, and respect that option's value. >=20 > This breaks some test outputs, fix them. >=20 > Signed-off-by: Max Reitz > --- > block/qcow2.c | 20 ++++++++ > include/block/block_int.h | 1 + > tests/qemu-iotests/049.out | 112 ++++++++++++++++++++++---------------= -------- > tests/qemu-iotests/082.out | 41 ++++++++++++++--- > tests/qemu-iotests/085.out | 38 +++++++-------- > 5 files changed, 130 insertions(+), 82 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Q4Gc9DD2vT4Boo8HDef5KhBupvcn3OfWQ 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 iQEcBAEBCAAGBQJUf5aVAAoJEKeha0olJ0NqKPsIAJ9PaQxqOkl2JMvNpZ+Hbn+4 PnNZ7VXcfvhJoQXpTignZUnC40vpdAquJm0LmbIvyR9jVL/u2EshCE6lsKVUhFmK vlzQpgfGeYHSR9C9rY8F9pDCAS7C+bvmRTZg2GQ72C+ZXnoZ1uEI1F01eCOsNhla ya/L/Lb/t92IxCuXGrIIvrbQXgdeH7EjjvseB0UBqtQ8uc+uTF6df1eTjX4phjjI CkQfYxNMIJH8DfeVRHAOJ0naTPvfoXXlF4cccBoLy5F6MjAnPd998nzA91gTwq0e 4RSYT3mMWvFYzhEJh4pA+hfNt/mWzSFclVKR1l0tzScnEm9zZKiLaXDfM6F9zXI= =SKwR -----END PGP SIGNATURE----- --Q4Gc9DD2vT4Boo8HDef5KhBupvcn3OfWQ--