[Qemu-devel] [PATCH 15/27] rbd: Support .bdrv_co_create

2018-02-08 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 | 20 +++- block/rbd.c | 137 +-- 2 files changed, 108 insertions(+), 49 deletions(-) dif

Re: [Qemu-devel] [PATCH 15/27] rbd: Support .bdrv_co_create

2018-02-12 Thread Max Reitz
On 2018-02-08 20:23, 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 | 20 +++- > block/rbd.c | 137 > +-- >