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 ++++++++++++++++++------------------------------------------ > 1 file changed, 53 insertions(+), 123 deletions(-) Reviewed-by: Max Reitz