diff options
author | Greg Kurz <groug@kaod.org> | 2019-05-17 17:34:48 +0200 |
---|---|---|
committer | Greg Kurz <groug@kaod.org> | 2019-05-17 17:34:48 +0200 |
commit | 6e4199af73a5f4d03b9d9b3ab005cae33c5c6666 (patch) | |
tree | 16137b0b583e0024041bb6e842168e5ed2700ee6 /qemu-options.hx | |
parent | aee7f3ecd8b7c3f761fde2ca5d2b4d8c45b6dfa0 (diff) |
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>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 3faa935929..e54c56593b 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -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, |