From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEWO-0001Zt-Rl for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:34:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMEWK-0004UR-U5 for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:34:56 -0500 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:63005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMEWK-0004U9-Mh for qemu-devel@nongnu.org; Fri, 13 Feb 2015 06:34:52 -0500 Received: by mail-wi0-f180.google.com with SMTP id h11so11371176wiw.1 for ; Fri, 13 Feb 2015 03:34:52 -0800 (PST) Date: Fri, 13 Feb 2015 11:34:48 +0000 From: Stefan Hajnoczi Message-ID: <20150213113448.GB21976@stefanha-thinkpad.redhat.com> References: <1423162705-32065-1-git-send-email-mreitz@redhat.com> <1423162705-32065-2-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vGgW1X5XWziG23Ko" Content-Disposition: inline In-Reply-To: <1423162705-32065-2-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the BlockBackend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: Kevin Wolf , qemu-devel@nongnu.org, Stefan Hajnoczi --vGgW1X5XWziG23Ko Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 05, 2015 at 01:58:10PM -0500, Max Reitz wrote: > Create the blk_* counterparts for the following bdrv_* functions (which > make sense to call on the BlockBackend level): > - bdrv_co_write_zeroes() > - bdrv_write_compressed() > - bdrv_truncate() > - bdrv_nb_sectors() > - bdrv_discard() > - bdrv_load_vmstate() > - bdrv_save_vmstate() >=20 > Signed-off-by: Max Reitz > --- > block/block-backend.c | 38 ++++++++++++++++++++++++++++++++++++= ++ > include/sysemu/block-backend.h | 10 ++++++++++ > 2 files changed, 48 insertions(+) Reviewed-by: Stefan Hajnoczi --vGgW1X5XWziG23Ko Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJU3eFYAAoJEJykq7OBq3PI6S8IAKkWam3rrmfplWEH08AMgILd rtTkC9YOTjFIja61UoZ0gZeT6HbGiHYiH6mcDUvN7vlajYDBIw4H/Eor4I1M3pt4 rgSXffWgLYzkOTqDJZkiV8HqXSkljqoX/Ta6rBWDZLyf6EdJnE6SH2MscVFbmwUX Gh/FDB5OGCdNz1fUKCgKZTIuPyMSousY/8ypLYmPqwSkfoSfMrvnbhEWYvHuXXTn 5MWQ2c5W1IrnVX6u2JbrHaFy7evQedOihGclqLWQzL1UXlr4LU417zpWDQ4q4iH6 Rh1revtc1CZfzOMUrGKxvU3Dg/sxIKsa+6hj1HtXmMSIstVB1ldDbX9lIB4pHgI= =KaRg -----END PGP SIGNATURE----- --vGgW1X5XWziG23Ko--