[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 05/22] qemu-storage-daemon: Use qmp_block_export_add()
From: |
Max Reitz |
Subject: |
Re: [RFC PATCH 05/22] qemu-storage-daemon: Use qmp_block_export_add() |
Date: |
Mon, 17 Aug 2020 12:13:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 13.08.20 18:29, Kevin Wolf wrote:
> No reason to duplicate the functionality locally, we can now just reuse
> the QMP command block-export-add for --export.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> qemu-storage-daemon.c | 13 +------------
> 1 file changed, 1 insertion(+), 12 deletions(-)
Reviewed-by: Max Reitz <mreitz@redhat.com>
signature.asc
Description: OpenPGP digital signature
- Re: [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions, (continued)
Re: [RFC PATCH 04/22] block/export: Add BlockExport infrastructure and block-export-add, Eric Blake, 2020/08/19
[RFC PATCH 05/22] qemu-storage-daemon: Use qmp_block_export_add(), Kevin Wolf, 2020/08/13
[RFC PATCH 06/22] qemu-nbd: Use raw block driver for --offset, Kevin Wolf, 2020/08/13
Re: [RFC PATCH 06/22] qemu-nbd: Use raw block driver for --offset, Eric Blake, 2020/08/19
[RFC PATCH 07/22] block/export: Remove magic from block-export-add, Kevin Wolf, 2020/08/13