[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions
From: |
Max Reitz |
Subject: |
Re: [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions |
Date: |
Mon, 17 Aug 2020 11:13:13 +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:
> The name BlockExport will be used for the struct containing the runtime
> state of block exports, so change the name of export creation options.
>
> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
> ---
> qapi/block-export.json | 12 ++++++------
> block/monitor/block-hmp-cmds.c | 6 +++---
> blockdev-nbd.c | 2 +-
> qemu-storage-daemon.c | 8 ++++----
> 4 files changed, 14 insertions(+), 14 deletions(-)
Reviewed-by: Max Reitz <mreitz@redhat.com>
signature.asc
Description: OpenPGP digital signature
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