Re: [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions

2020-08-19 Thread Eric Blake
On 8/13/20 11:29 AM, 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 --- qapi/block-export.json | 12 ++-- block/monitor/block-hmp-cmds.c

Re: [RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions

2020-08-17 Thread Max Reitz
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 > --- > qapi/block-export.json | 12 ++-- > block/monitor/block-hm

[RFC PATCH 03/22] qapi: Rename BlockExport to BlockExportOptions

2020-08-13 Thread Kevin Wolf
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 --- qapi/block-export.json | 12 ++-- block/monitor/block-hmp-cmds.c | 6 +++--- blockdev-nbd.c