Re: [Qemu-devel] [PATCH 17/27] nfs: 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 nfs, which enables > image creation over QMP. > > Signed-off-by: Kevin Wolf > --- > qapi/block-core.json | 16 +++- > block/nfs.c | 74 > +--

[Qemu-devel] [PATCH 17/27] nfs: Support .bdrv_co_create

2018-02-08 Thread Kevin Wolf
This adds the .bdrv_co_create driver callback to nfs, which enables image creation over QMP. Signed-off-by: Kevin Wolf --- qapi/block-core.json | 16 +++- block/nfs.c | 74 +--- 2 files changed, 74 insertions(+), 16 deletions(-) d