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 ++++++++++++++++++++++++++++++++++----------------- > 2 files changed, 116 insertions(+), 49 deletions(-) Reviewed-by: Max Reitz