From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwBYa-0005pa-9Y for qemu-devel@nongnu.org; Wed, 03 Dec 2014 10:09:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwBYV-0002bh-AP for qemu-devel@nongnu.org; Wed, 03 Dec 2014 10:09:32 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwBYV-0002bY-1T for qemu-devel@nongnu.org; Wed, 03 Dec 2014 10:09:27 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sB3F9Pxm032609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 3 Dec 2014 10:09:26 -0500 Message-ID: <547F27A4.5040006@redhat.com> Date: Wed, 03 Dec 2014 08:09:24 -0700 From: Eric Blake MIME-Version: 1.0 References: <1417613866-25890-1-git-send-email-mreitz@redhat.com> <1417613866-25890-3-git-send-email-mreitz@redhat.com> In-Reply-To: <1417613866-25890-3-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="9JPA8MCracrL5Dc5S5s3soi7bfulHDJof" Subject: Re: [Qemu-devel] [PATCH v4 02/26] qcow2: Add refcount_bits to format-specific info 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) --9JPA8MCracrL5Dc5S5s3soi7bfulHDJof Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 12/03/2014 06:37 AM, Max Reitz wrote: > Add the bit width of every refcount entry to the format-specific > information. >=20 > In contrast to lazy_refcounts and the corrupt flag, this should be > always emitted, even for compat=3D0.10 although it does not support any= > refcount width other than 16 bits. This is because if a boolean is > optional, one normally assumes it to be false when omitted; but if an > integer is not specified, it is rather difficult to guess its value. >=20 > This new field breaks some test outputs, fix them. >=20 > Signed-off-by: Max Reitz > --- Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --9JPA8MCracrL5Dc5S5s3soi7bfulHDJof 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 iQEcBAEBCAAGBQJUfyekAAoJEKeha0olJ0Nq8LgH/3FtMlOEtpkVTEZaMbCIwD6s 1h616Lu0QAdgmtpjgIfOUNb6brsCN4VxUFaAm1ntUNbkWr1kvFMZBBNH0IzzSRaF d01F10Hb6cLjCJvsP4YY7O2KNSWDefwZSwWKaFpptCZVOt9XCIuhiF0n0Tq+cbp3 HiUxxFPkVUU/3yh4LSRckDFH++sHPM/1KAMQFcEg+teQR6+Q+x+KVKncOLaLUzDU EGFm+9fvjhodTjY4Muh+pR4iJzyj7/XDuOumUfdvtFRynar7J3GEbbaAualPl7i1 vdUn5ng1rzHU2odUD7hcYiTcVI28paAsUWbNnESSzFonu+sozZBIAg/CU/UBXj8= =3msw -----END PGP SIGNATURE----- --9JPA8MCracrL5Dc5S5s3soi7bfulHDJof--