mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
compile -fsdev and -virtfs cmd line options unconditionally.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3329f07b7a
commit
03b0ba70ab
2 changed files with 13 additions and 8 deletions
|
@ -482,7 +482,6 @@ possible drivers and properties, use @code{-device ?} and
|
|||
@code{-device @var{driver},?}.
|
||||
ETEXI
|
||||
|
||||
#ifdef CONFIG_LINUX
|
||||
DEFHEADING(File system options:)
|
||||
|
||||
DEF("fsdev", HAS_ARG, QEMU_OPTION_fsdev,
|
||||
|
@ -515,9 +514,7 @@ Create a file-system-"device" for local-filesystem.
|
|||
|
||||
@end table
|
||||
ETEXI
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LINUX
|
||||
DEFHEADING(Virtual File system pass-through options:)
|
||||
|
||||
DEF("virtfs", HAS_ARG, QEMU_OPTION_virtfs,
|
||||
|
@ -554,7 +551,6 @@ Create a Virtual file-system-pass through for local-filesystem.
|
|||
|
||||
@end table
|
||||
ETEXI
|
||||
#endif
|
||||
|
||||
DEFHEADING()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue