commit | c22a03454544c2a08f1107c5cc8481a5574533d5 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jan 31 19:47:48 2018 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Mar 09 15:17:47 2018 +0100 |
tree | c30508ae70cbb93a7b94a8ab66da15e8c6ef769d | |
parent | aa045c2d37c831541607c0a81212f9d3f2dacad9 [diff] |
nfs: Use QAPI options in nfs_client_open() 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 <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>