Re: [Qemu-block] [PATCH v6 1/2] block/nfs: Introduce runtime_opts in NFS

2016-10-31 Thread Kevin Wolf
Am 31.10.2016 um 16:05 hat Ashijeet Acharya geschrieben: > Make NFS block driver use various fine grained runtime_opts. > Set .bdrv_parse_filename() to nfs_parse_filename() and introduce two > new functions nfs_parse_filename() and nfs_parse_uri() to help parsing > the URI. > Add a new option "serv

[Qemu-block] [PATCH v6 1/2] block/nfs: Introduce runtime_opts in NFS

2016-10-31 Thread Ashijeet Acharya
Make NFS block driver use various fine grained runtime_opts. Set .bdrv_parse_filename() to nfs_parse_filename() and introduce two new functions nfs_parse_filename() and nfs_parse_uri() to help parsing the URI. Add a new option "server" which then accepts a new struct NFSServer. Signed-off-by: Ashi