Re: [Qemu-devel] [RFC PATCH 10/10] block: x-blockdev-create QMP command

2018-01-17 Thread Kevin Wolf
Am 11.01.2018 um 20:52 hat Kevin Wolf geschrieben: > This adds a synchronous x-blockdev-create QMP command that can create > qcow2 images on a given node name. > > We don't want to block while creating an image, so this is not the final > interface in all aspects, but BlockdevCreateOptionsQcow2 an

Re: [Qemu-devel] [RFC PATCH 10/10] block: x-blockdev-create QMP command

2018-01-16 Thread Eric Blake
On 01/11/2018 01:52 PM, Kevin Wolf wrote: > This adds a synchronous x-blockdev-create QMP command that can create > qcow2 images on a given node name. > > We don't want to block while creating an image, so this is not the final > interface in all aspects, but BlockdevCreateOptionsQcow2 and > .bdrv

[Qemu-devel] [RFC PATCH 10/10] block: x-blockdev-create QMP command

2018-01-11 Thread Kevin Wolf
This adds a synchronous x-blockdev-create QMP command that can create qcow2 images on a given node name. We don't want to block while creating an image, so this is not the final interface in all aspects, but BlockdevCreateOptionsQcow2 and .bdrv_co_create() are what they actually might look like in