[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 4/7] qed: Support .bdrv_co_create
From: |
Max Reitz |
Subject: |
Re: [Qemu-block] [PATCH 4/7] qed: Support .bdrv_co_create |
Date: |
Mon, 12 Mar 2018 22:20:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 |
On 2018-03-09 22:46, Kevin Wolf wrote:
> This adds the .bdrv_co_create driver callback to qed, which
> enables image creation over QMP.
>
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
> qapi/block-core.json | 25 ++++++-
> block/qed.c | 204
> ++++++++++++++++++++++++++++++++++-----------------
> 2 files changed, 162 insertions(+), 67 deletions(-)
Reviewed-by: Max Reitz <address@hidden>
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-block] [PATCH 2/7] qemu-iotests: Enable write tests for parallels, (continued)
- [Qemu-block] [PATCH 3/7] qcow: Support .bdrv_co_create, Kevin Wolf, 2018/03/09
- [Qemu-block] [PATCH 4/7] qed: Support .bdrv_co_create, Kevin Wolf, 2018/03/09
- [Qemu-block] [PATCH 1/7] parallels: Support .bdrv_co_create, Kevin Wolf, 2018/03/09
- [Qemu-block] [PATCH 5/7] vdi: Support .bdrv_co_create, Kevin Wolf, 2018/03/09
- [Qemu-block] [PATCH 6/7] vhdx: Support .bdrv_co_create, Kevin Wolf, 2018/03/09
- [Qemu-block] [PATCH 7/7] vpc: Support .bdrv_co_create, Kevin Wolf, 2018/03/09