From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49162) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBYRt-0002j3-1i for qemu-devel@nongnu.org; Fri, 01 Mar 2013 17:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UBYRs-0000G2-0S for qemu-devel@nongnu.org; Fri, 01 Mar 2013 17:29:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:11799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UBYRr-0000Fu-NF for qemu-devel@nongnu.org; Fri, 01 Mar 2013 17:29:03 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r21MT3qx003288 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 1 Mar 2013 17:29:03 -0500 Message-ID: <51312B98.5070007@redhat.com> Date: Fri, 01 Mar 2013 15:28:40 -0700 From: Eric Blake MIME-Version: 1.0 References: <1362168821-25668-1-git-send-email-kwolf@redhat.com> <1362168821-25668-8-git-send-email-kwolf@redhat.com> In-Reply-To: <1362168821-25668-8-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2PUWSDNXBKPKNESHHRXLA" Subject: Re: [Qemu-devel] [PATCH 7/7] qcow2: Allow lazy refcounts to be enabled on the command line List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com, armbru@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2PUWSDNXBKPKNESHHRXLA Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 03/01/2013 01:13 PM, Kevin Wolf wrote: > qcow2 images now accept a boolean lazy_refcounts options. Use it like > this: >=20 > -drive file=3Dtest.qcow2,lazy_refcounts=3Don >=20 > If the option is specified on the command line, it overrides the defaul= t > specified by the qcow2 header flags that were set when creating the > image. >=20 > Signed-off-by: Kevin Wolf > --- > block/qcow2-cluster.c | 2 +- > block/qcow2.c | 37 +++++++++++++++++++++++++++++++++++++ > block/qcow2.h | 1 + > 3 files changed, 39 insertions(+), 1 deletion(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2PUWSDNXBKPKNESHHRXLA 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.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRMSuZAAoJEKeha0olJ0NqyEAH/0y9nloGU3QAZKJoRZj7KC0w 1PI5kRJu/LPdU8FOHsN7enLIroXJkH5YIfBfw6N+sx126hAF/t7+vdq2IeK7SyBG +5tnj/j/UljxCKHX6ef0QfLll9oC9OYPUboWsVIHl0XBu1HHk77dRihxqcK1BDE4 e0wZa65w40Ww9CcKqhubR9l25EvpEzXe4tZSVTdKGiFYtwN68LLDElVc7T1MsigV t37F1KzRtrjMYXgL8ZBVGcv7Z7jTFMYRncs6OqiVk0WmIKUSdT0JhdojUtgXHfRF iYWQbIzAG/FoYXfzdQ/HSY97UyfG7ajmfltwApGXPLHu3QOIYgjQMKTrCqkHldY= =AkCa -----END PGP SIGNATURE----- ------enig2PUWSDNXBKPKNESHHRXLA--