Re: [PATCH 25/29] block/export: Move writable to BlockExportOptions

2020-09-10 Thread Max Reitz
On 07.09.20 20:20, Kevin Wolf wrote: > The 'writable' option is a basic option that will probably be applicable > to most if not all export types that we will implement. Move it from NBD > to the generic BlockExport layer. > > Signed-off-by: Kevin Wolf > --- > qapi/block-export.json | 15

[PATCH 25/29] block/export: Move writable to BlockExportOptions

2020-09-07 Thread Kevin Wolf
The 'writable' option is a basic option that will probably be applicable to most if not all export types that we will implement. Move it from NBD to the generic BlockExport layer. Signed-off-by: Kevin Wolf --- qapi/block-export.json | 15 ++- block/export/export.c | 16