Re: [PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event

2020-09-16 Thread Max Reitz
On 07.09.20 20:20, Kevin Wolf wrote: > Clients may want to know when an export has finally disappeard > (block-export-del returns earlier than that in the general case), so add > a QAPI event for it. > > Signed-off-by: Kevin Wolf > --- > qapi/block-export.json | 12 > block/expo

Re: [PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event

2020-09-10 Thread Max Reitz
On 07.09.20 20:20, Kevin Wolf wrote: > Clients may want to know when an export has finally disappeard > (block-export-del returns earlier than that in the general case), so add > a QAPI event for it. > > Signed-off-by: Kevin Wolf > --- > qapi/block-export.json | 12 > block/expo

Re: [PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event

2020-09-10 Thread Max Reitz
On 07.09.20 20:20, Kevin Wolf wrote: > Clients may want to know when an export has finally disappeard > (block-export-del returns earlier than that in the general case), so add > a QAPI event for it. > > Signed-off-by: Kevin Wolf > --- > qapi/block-export.json | 12 > block/expo

[PATCH 21/29] block/export: Add BLOCK_EXPORT_DELETED event

2020-09-07 Thread Kevin Wolf
Clients may want to know when an export has finally disappeard (block-export-del returns earlier than that in the general case), so add a QAPI event for it. Signed-off-by: Kevin Wolf --- qapi/block-export.json | 12 block/export/export.c | 2 ++ tests/qemu-iotests/140.out