Re: [Qemu-devel] [PATCH 4/6] fsdev: Error out when unsupported option is passed

2019-05-09 Thread Greg Kurz
On Wed, 8 May 2019 11:23:46 -0500 Eric Blake wrote: > On 5/7/19 3:45 AM, Greg Kurz wrote: > > Each fsdriver only supports a subset of the options that can be passed > > to -fsdev. Unsupported options are simply ignored. This could cause the > > user to erroneously think QEMU has a bug. > > > > E

Re: [Qemu-devel] [PATCH 4/6] fsdev: Error out when unsupported option is passed

2019-05-08 Thread Eric Blake
On 5/7/19 3:45 AM, Greg Kurz wrote: > Each fsdriver only supports a subset of the options that can be passed > to -fsdev. Unsupported options are simply ignored. This could cause the > user to erroneously think QEMU has a bug. > > Enforce strict checking of supported options for all fsdrivers. Thi

[Qemu-devel] [PATCH 4/6] fsdev: Error out when unsupported option is passed

2019-05-07 Thread Greg Kurz
Each fsdriver only supports a subset of the options that can be passed to -fsdev. Unsupported options are simply ignored. This could cause the user to erroneously think QEMU has a bug. Enforce strict checking of supported options for all fsdrivers. This shouldn't impact libvirt, since it doesn't k