From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz1YT-0004a3-27 for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:05:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xz1YK-00042G-1Q for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:05:09 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:40011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xz1YJ-00040y-QS for qemu-devel@nongnu.org; Thu, 11 Dec 2014 06:04:59 -0500 Received: by mail-wi0-f175.google.com with SMTP id l15so14179211wiw.14 for ; Thu, 11 Dec 2014 03:04:59 -0800 (PST) Date: Thu, 11 Dec 2014 11:04:56 +0000 From: Stefan Hajnoczi Message-ID: <20141211110456.GF30812@stefanha-thinkpad.redhat.com> References: <1417613866-25890-1-git-send-email-mreitz@redhat.com> <1417613866-25890-7-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ChQOR20MqfxkMJg9" Content-Disposition: inline In-Reply-To: <1417613866-25890-7-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 06/26] qcow2: Use 64 bits for refcount values List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi --ChQOR20MqfxkMJg9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 03, 2014 at 02:37:26PM +0100, Max Reitz wrote: > Refcounts may have a width of up to 64 bits, so qemu should use the same > width to represent refcount values internally. >=20 > Signed-off-by: Max Reitz > --- > block/qcow2-cluster.c | 2 +- > block/qcow2-refcount.c | 42 ++++++++++++++++++++---------------------- > block/qcow2.h | 4 ++-- > 3 files changed, 23 insertions(+), 25 deletions(-) Reviewed-by: Stefan Hajnoczi --ChQOR20MqfxkMJg9 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJUiXpYAAoJEJykq7OBq3PINZcH/0F59WV7wGrTP34z6hUts7I5 7Rz3eyye4F8wpj101VGdMTUlEyUH1NP0ZCRhDfTULFNsJp4c3HhV2AOGp7G+WA3h n2PqUIWKhktccWNoMr9RL1fyU5LL0UDKoBIWlK9JI1TSARUkP228sOsqQ6Sm/jEX UKyAjfJXOBNYMNp291loKFJ+YfBuGDMhAZSWv949sqenRtOuKdU4S+4EQDNSXJZ4 /VoiM0bUmH25w9vlrornmrhWOlToucJ2QVpW+3FP9Jzhlua/pxvlkbh3ZP9lU63H Kftn23GM0IREionwDw+4WwW49MJT62L302+7IRNZ/SbgAOvmbl8QpXDjTlO/ehQ= =NmgZ -----END PGP SIGNATURE----- --ChQOR20MqfxkMJg9--