qemu-e2k/fsdev
Greg Kurz aee7f3ecd8 fsdev: Error out when unsupported option is passed
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 know about the synth and
proxy fsdrivers.

Signed-off-by: Greg Kurz <groug@kaod.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
2019-05-17 17:34:48 +02:00
..
9p-iov-marshal.c
9p-iov-marshal.h
9p-marshal.c
9p-marshal.h
Makefile.objs
file-op-9p.h fsdev: Drop unused opaque field 2019-05-17 17:34:48 +02:00
qemu-fsdev-dummy.c
qemu-fsdev-opts.c
qemu-fsdev-throttle.c
qemu-fsdev-throttle.h Clean up header guards that don't match their file name 2019-05-13 08:58:55 +02:00
qemu-fsdev.c fsdev: Error out when unsupported option is passed 2019-05-17 17:34:48 +02:00
qemu-fsdev.h fsdev: Move some types definition to qemu-fsdev.c 2019-05-17 17:34:48 +02:00
virtfs-proxy-helper.c
virtfs-proxy-helper.texi