Re: [Qemu-devel] [PATCH] nfs: Remove processed options from QDict

2018-05-16 Thread Jeff Cody
On Wed, May 16, 2018 at 06:08:16PM +0200, Kevin Wolf wrote: > Commit c22a03454 QAPIfied option parsing in the NFS block driver, but > forgot to remove all the options we processed. Therefore, we get an > error in bdrv_open_inherit(), which thinks the remaining options are > invalid. Trying to open

Re: [Qemu-devel] [PATCH] nfs: Remove processed options from QDict

2018-05-16 Thread Eric Blake
On 05/16/2018 11:08 AM, Kevin Wolf wrote: Commit c22a03454 QAPIfied option parsing in the NFS block driver, but forgot to remove all the options we processed. Therefore, we get an error in bdrv_open_inherit(), which thinks the remaining options are invalid. Trying to open an NFS image will result

[Qemu-devel] [PATCH] nfs: Remove processed options from QDict

2018-05-16 Thread Kevin Wolf
Commit c22a03454 QAPIfied option parsing in the NFS block driver, but forgot to remove all the options we processed. Therefore, we get an error in bdrv_open_inherit(), which thinks the remaining options are invalid. Trying to open an NFS image will result in an error like this: Block protocol