[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the BlockBackend |
Date: |
Fri, 13 Feb 2015 11:34:48 +0000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
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()
>
> Signed-off-by: Max Reitz <address@hidden>
> ---
> block/block-backend.c | 38 ++++++++++++++++++++++++++++++++++++++
> include/sysemu/block-backend.h | 10 ++++++++++
> 2 files changed, 48 insertions(+)
Reviewed-by: Stefan Hajnoczi <address@hidden>
pgpn9joGLH9lG.pgp
Description: PGP signature
- [Qemu-devel] [PATCH v4 00/16] block: Remove "growable", add blk_new_open(), Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 04/16] iotests: Add test for driver=qcow2, format=qcow2, Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 01/16] block: Lift some BDS functions to the BlockBackend, Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 05/16] blockdev: Use blk_new_open() in blockdev_init(), Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 03/16] block: Add Error parameter to bdrv_find_protocol(), Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 07/16] qemu-img: Use blk_new_open() in img_open(), Max Reitz, 2015/02/05
- [Qemu-devel] [PATCH v4 06/16] block/xen: Use blk_new_open() in blk_connect(), Max Reitz, 2015/02/05