mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
virtfs: Remove the deprecated "-virtfs_synth" option
It's been marked as deprecated since QEMU v4.1, time to remove it now. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
parent
26f603d4f8
commit
b3e2bb9458
3 changed files with 0 additions and 38 deletions
|
@ -1468,16 +1468,6 @@ would still return entries from other devices).
|
|||
@end table
|
||||
ETEXI
|
||||
|
||||
DEF("virtfs_synth", 0, QEMU_OPTION_virtfs_synth,
|
||||
"-virtfs_synth Create synthetic file system image\n",
|
||||
QEMU_ARCH_ALL)
|
||||
STEXI
|
||||
@item -virtfs_synth
|
||||
@findex -virtfs_synth
|
||||
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,
|
||||
"-iscsi [user=user][,password=password]\n"
|
||||
" [,header-digest=CRC32C|CR32C-NONE|NONE-CRC32C|NONE\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue