From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCVQX-00083I-Kk for qemu-devel@nongnu.org; Wed, 30 Jul 2014 11:04:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCVQS-00062Z-ML for qemu-devel@nongnu.org; Wed, 30 Jul 2014 11:04:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCVQS-00061T-Ds for qemu-devel@nongnu.org; Wed, 30 Jul 2014 11:04:20 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s6UF4I9F001513 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 30 Jul 2014 11:04:19 -0400 Message-ID: <53D90972.50908@redhat.com> Date: Wed, 30 Jul 2014 09:04:18 -0600 From: Eric Blake MIME-Version: 1.0 References: <1406311665-2814-1-git-send-email-mreitz@redhat.com> <1406311665-2814-5-git-send-email-mreitz@redhat.com> In-Reply-To: <1406311665-2814-5-git-send-email-mreitz@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rbeltGHoiRcbteIKnPcwh6cJ3mQdQx79N" Subject: Re: [Qemu-devel] [PATCH 4/8] block/qcow2: Make get_refcount() global 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) --rbeltGHoiRcbteIKnPcwh6cJ3mQdQx79N Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/25/2014 12:07 PM, Max Reitz wrote: > Reading the refcount of a cluster is an operation which can be useful i= n > all of the qcow2 code, so make that function globally available. >=20 > Signed-off-by: Max Reitz > --- > block/qcow2-refcount.c | 23 ++++++++++++----------- > block/qcow2.h | 2 ++ > 2 files changed, 14 insertions(+), 11 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --rbeltGHoiRcbteIKnPcwh6cJ3mQdQx79N 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 iQEcBAEBCAAGBQJT2QlyAAoJEKeha0olJ0NqZCkH/1HOZ8vlewlKmTsLXShbM99y cDCK0VIP99M4KIQoW0/pcTWi76ydHqmWPBM8gGm+jUVDdvr4XBDwNw4QzhHj45r0 SSUsihUK/bBsLO6oVdBww4cpHbxdNAtJLqaV0sSvfPyvRAwqa0YfrDpSQxmypadl 89xVK4W4ArWwcG8f2yPE/V3IJu35t0yYbTvXtEhM7G7Isb+IhbyqL82swvgle7+A KsN/cwXIEaBQbLpBgtroL2Kg5SQ3To5y5fO+ywx0VWdnPZaaim0xKj1HPlbJ+8ub 4L7E+hv92IIqy6E0BAKwjFb9ej2qUMcl+iRsE1IftfIjyk0akxK7Y87QO060B5I= =UZ2y -----END PGP SIGNATURE----- --rbeltGHoiRcbteIKnPcwh6cJ3mQdQx79N--