Re: [Qemu-devel] [PATCH 14/14] block/create: Mark blockdev-create stable

2018-05-29 Thread Max Reitz
On 2018-05-25 18:33, Kevin Wolf wrote: > We're ready to declare the blockdev-create job stable. This renames the > corresponding QMP command from x-blockdev-create to blockdev-create. > > Signed-off-by: Kevin Wolf > --- > qapi/block-core.json | 4 ++-- > qapi/job.json | 2 +-

[Qemu-devel] [PATCH 14/14] block/create: Mark blockdev-create stable

2018-05-25 Thread Kevin Wolf
We're ready to declare the blockdev-create job stable. This renames the corresponding QMP command from x-blockdev-create to blockdev-create. Signed-off-by: Kevin Wolf --- qapi/block-core.json | 4 ++-- qapi/job.json | 2 +- block/create.c | 4 ++-- tests/qemu-io