Re: [Qemu-devel] [PATCH v2 22/36] rbd: Support .bdrv_co_create

2018-02-22 Thread Max Reitz
On 2018-02-21 14:53, Kevin Wolf wrote: > This adds the .bdrv_co_create driver callback to rbd, which enables > image creation over QMP. > > Signed-off-by: Kevin Wolf > --- > qapi/block-core.json | 19 ++- > block/rbd.c | 146 > ++- >

[Qemu-devel] [PATCH v2 22/36] rbd: Support .bdrv_co_create

2018-02-21 Thread Kevin Wolf
This adds the .bdrv_co_create driver callback to rbd, which enables image creation over QMP. Signed-off-by: Kevin Wolf --- qapi/block-core.json | 19 ++- block/rbd.c | 146 ++- 2 files changed, 116 insertions(+), 49 deletions(-) diff