From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bQN5A-0004WJ-UH for qemu-devel@nongnu.org; Thu, 21 Jul 2016 19:08:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bQN59-0004QA-3A for qemu-devel@nongnu.org; Thu, 21 Jul 2016 19:08:44 -0400 References: <1469130019-18497-1-git-send-email-den@openvz.org> <1469130019-18497-2-git-send-email-den@openvz.org> From: Eric Blake Message-ID: <579155F1.7060504@redhat.com> Date: Thu, 21 Jul 2016 17:08:33 -0600 MIME-Version: 1.0 In-Reply-To: <1469130019-18497-2-git-send-email-den@openvz.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="XCgAvTK6I3ELImCJRNOC4JkNcePHbqw55" Subject: Re: [Qemu-devel] [PATCH v6 01/16] block: switch blk_write_compressed() to byte-based interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Denis V. Lunev" , qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: Pavel Butsykin , Jeff Cody , Markus Armbruster , John Snow , Stefan Hajnoczi , Kevin Wolf This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --XCgAvTK6I3ELImCJRNOC4JkNcePHbqw55 From: Eric Blake To: "Denis V. Lunev" , qemu-block@nongnu.org, qemu-devel@nongnu.org Cc: Pavel Butsykin , Jeff Cody , Markus Armbruster , John Snow , Stefan Hajnoczi , Kevin Wolf Message-ID: <579155F1.7060504@redhat.com> Subject: Re: [PATCH v6 01/16] block: switch blk_write_compressed() to byte-based interface References: <1469130019-18497-1-git-send-email-den@openvz.org> <1469130019-18497-2-git-send-email-den@openvz.org> In-Reply-To: <1469130019-18497-2-git-send-email-den@openvz.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 07/21/2016 01:40 PM, Denis V. Lunev wrote: > From: Pavel Butsykin >=20 > This is a preparatory patch, which continues the general trend of the > transition to the byte-based interfaces. bdrv_check_request() and > blk_check_requestis no longer used, so we can remove. s/requestis/request() are/ s/remove./remove them./ >=20 > Signed-off-by: Pavel Butsykin > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Denis V. Lunev > CC: Jeff Cody > CC: Markus Armbruster > CC: Eric Blake > CC: John Snow > CC: Stefan Hajnoczi > CC: Kevin Wolf > --- > block/block-backend.c | 23 ++++------------------- > block/io.c | 22 +++++++--------------- > include/block/block.h | 4 ++-- > include/sysemu/block-backend.h | 4 ++-- > qemu-img.c | 6 ++++-- > qemu-io-cmds.c | 2 +- > 6 files changed, 20 insertions(+), 41 deletions(-) >=20 Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --XCgAvTK6I3ELImCJRNOC4JkNcePHbqw55 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/ iQEcBAEBCAAGBQJXkVXxAAoJEKeha0olJ0NqkJkIAJQsN/EgzOrWkKqW3eBgY4Tp MTsVQOLgf6/13Hke6oGZ8MRFW7KFB/pbqUFaqdWdvByOqp6x837wnWGI7BSl0oWw XeWrrc/2g85tlYx4HAnsMBiUBSPXSTUPhSxPgyx9st2qMUqg+8h6A3a7ZMooEJ8j I31krHMIwu2cyGr2VNFD0P/DnNPDTvtB9OqwUfL0ZM0wOG6B/js3AaFJUw8gDp5J BOOO3mzaOLHC0s88uEx0QbZSQX9VDlczp3SXi7NeDupIODOkdNxTxs3QkGUvzgHW 8YA00MogbZRnFnEcSS3eYzNE03lIViir/FMUE77uBxz9BfCidQNNYxbkmSivGWg= =gP4t -----END PGP SIGNATURE----- --XCgAvTK6I3ELImCJRNOC4JkNcePHbqw55--