From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bA8Dq-00077L-If for qemu-devel@nongnu.org; Tue, 07 Jun 2016 00:02:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bA8Dp-0003Kl-J8 for qemu-devel@nongnu.org; Tue, 07 Jun 2016 00:02:34 -0400 References: <1465225155-18661-1-git-send-email-kwolf@redhat.com> <1465225155-18661-6-git-send-email-kwolf@redhat.com> From: Eric Blake Message-ID: <57564751.5070805@redhat.com> Date: Mon, 6 Jun 2016 22:02:25 -0600 MIME-Version: 1.0 In-Reply-To: <1465225155-18661-6-git-send-email-kwolf@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="QUNxJEaKQH1gV1l6QUW3FpljRcfpJA5kH" Subject: Re: [Qemu-devel] [PATCH v2 5/5] qcow2: Implement .bdrv_co_pwritev() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: mreitz@redhat.com, jsnow@redhat.com, qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --QUNxJEaKQH1gV1l6QUW3FpljRcfpJA5kH Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/06/2016 08:59 AM, Kevin Wolf wrote: > This changes qcow2 to implement the byte-based .bdrv_co_pwritev > interface rather than the sector-based old one. >=20 > As preallocation uses the same allocation function as normal writes, an= d > the interface of that function needs to be changed, it is converted in > the same patch. >=20 > Signed-off-by: Kevin Wolf > --- > block/qcow2-cluster.c | 13 ++++---- > block/qcow2.c | 89 ++++++++++++++++++++++++-------------------= -------- > block/qcow2.h | 3 +- > trace-events | 6 ++-- > 4 files changed, 52 insertions(+), 59 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --QUNxJEaKQH1gV1l6QUW3FpljRcfpJA5kH Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXVkdRAAoJEKeha0olJ0NqpeYH/1kXajwRAQD/uE1WhI818kEV 1EfYC/S1WviC61iWPJb0u8uwOOYPEESnfFTibXU6NFtsgZ98eZdejYlTegFXiyTS 9AEVZj2yksC4hsrOWakgblNoqy0M2zThevsWaVooZ5ted5LwtbpOoayKTjUS3k5y +r9s+QbqhpKoWQl51Zf/EBQK3w6RUDS8sqpk5TL7dYaTsr0Zj6TMWSCsqCIJ5htn RnUQ5Q0gi53eTg66U5L9CNsFwiCYlMQCH18TEJtprZQ4BHGAIpYJdFIfxfTXC8+s LEcV092Cvc5pqJWuWRDlnRdu0wPfsH+NlcwyxVdRwCUZJWtrdBxonShmp1+u5MM= =swRS -----END PGP SIGNATURE----- --QUNxJEaKQH1gV1l6QUW3FpljRcfpJA5kH--