From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgx3r-0002Rf-6c for qemu-devel@nongnu.org; Wed, 22 Oct 2014 10:38:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgx3m-0000Xb-9F for qemu-devel@nongnu.org; Wed, 22 Oct 2014 10:38:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgx3m-0000XQ-0c for qemu-devel@nongnu.org; Wed, 22 Oct 2014 10:38:46 -0400 Message-ID: <5447C170.1040103@redhat.com> Date: Wed, 22 Oct 2014 08:38:40 -0600 From: Eric Blake MIME-Version: 1.0 References: <1413979783-1549-1-git-send-email-mreitz@redhat.com> <1413979783-1549-6-git-send-email-mreitz@redhat.com> In-Reply-To: <1413979783-1549-6-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ru9qu51wpinHmQs8MIkqGOsWAhVqDwAAV" Subject: Re: [Qemu-devel] [PATCH v8 05/17] qcow2: Use sizeof(**refcount_table) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz , qemu-devel@nongnu.org Cc: Kevin Wolf , =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , Stefan Hajnoczi This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ru9qu51wpinHmQs8MIkqGOsWAhVqDwAAV Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/22/2014 06:09 AM, Max Reitz wrote: > When implementing variable refcounts, we want to be able to easily find= > all the places in qemu which are tied to a certain refcount order. > Replace sizeof(uint16_t) in the check code by sizeof(**refcount_table) > so we can later find it more easily. >=20 > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Ru9qu51wpinHmQs8MIkqGOsWAhVqDwAAV 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 iQEcBAEBCAAGBQJUR8FwAAoJEKeha0olJ0NqqIsH/3/L5hFxRIxlt/SIfj49bEo4 hUWzDXF6WA5v1A0efRltnP/x59tKEElQu2/TzyPdL4YtQGnTKUv701YaQ6n4vBPC qkbbucZzjAZdEfI849YhiOco7pr8Q/DekBHZpqBQ6JVC6kttpcNYZe8pBhAQyoO6 yVS3aHAlxO2HRfTHQjoa5m3Y1cmZeqDOf2e+RReqyYg1/UQIxXBpu+nIOWCpyWni h506ZPYr4awKpfPkM740cdSqt07V7ZYDf3Fq6lBezK5B/0DcXiYYv23zyaWrK2mh +mw7QZk9AewYGyakn8joqBmZaRegRIPOkzOYTBDbb+8vJVsqToZjAkrLdF5GxBY= =C/JZ -----END PGP SIGNATURE----- --Ru9qu51wpinHmQs8MIkqGOsWAhVqDwAAV--