Re: [Qemu-devel] [PATCH 16/27] nfs: Use QAPI options in nfs_client_open()

2018-02-12 Thread Max Reitz
On 2018-02-08 20:23, Kevin Wolf wrote: > Using the QAPI visitor to turn all options into QAPI BlockdevOptionsNfs > simplifies the code a lot. It will also be useful for implementing the > QAPI based .bdrv_co_create callback. > > Signed-off-by: Kevin Wolf > --- > block/nfs.c | 176 >

[Qemu-devel] [PATCH 16/27] nfs: Use QAPI options in nfs_client_open()

2018-02-08 Thread Kevin Wolf
Using the QAPI visitor to turn all options into QAPI BlockdevOptionsNfs simplifies the code a lot. It will also be useful for implementing the QAPI based .bdrv_co_create callback. Signed-off-by: Kevin Wolf --- block/nfs.c | 176 ++-- 1 file