mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
vl: Deprecate -virtfs_synth
The synth fsdriver never got used for anything else but the QTest testcase for VirtIO 9P. And even there, QTest uses -fsdev synth and -device virtio-9p-... directly. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
aee7f3ecd8
commit
6e4199af73
3 changed files with 11 additions and 1 deletions
|
@ -1368,7 +1368,8 @@ DEF("virtfs_synth", 0, QEMU_OPTION_virtfs_synth,
|
|||
STEXI
|
||||
@item -virtfs_synth
|
||||
@findex -virtfs_synth
|
||||
Create synthetic file system image
|
||||
Create synthetic file system image. Note that this option is now deprecated.
|
||||
Please use @code{-fsdev synth} and @code{-device virtio-9p-...} instead.
|
||||
ETEXI
|
||||
|
||||
DEF("iscsi", HAS_ARG, QEMU_OPTION_iscsi,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue