aboutsummaryrefslogtreecommitdiff
path: root/qemu-deprecated.texi
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2019-05-17 17:34:48 +0200
committerGreg Kurz <groug@kaod.org>2019-05-17 17:34:48 +0200
commit6e4199af73a5f4d03b9d9b3ab005cae33c5c6666 (patch)
tree16137b0b583e0024041bb6e842168e5ed2700ee6 /qemu-deprecated.texi
parentaee7f3ecd8b7c3f761fde2ca5d2b4d8c45b6dfa0 (diff)
downloadqemu-6e4199af73a5f4d03b9d9b3ab005cae33c5c6666.zip
qemu-6e4199af73a5f4d03b9d9b3ab005cae33c5c6666.tar.gz
qemu-6e4199af73a5f4d03b9d9b3ab005cae33c5c6666.tar.bz2
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-deprecated.texi')
-rw-r--r--qemu-deprecated.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi
index 842e71b..1a821b6 100644
--- a/qemu-deprecated.texi
+++ b/qemu-deprecated.texi
@@ -72,6 +72,11 @@ backend settings instead of environment variables. To ease migration to
the new format, the ``-audiodev-help'' option can be used to convert
the current values of the environment variables to ``-audiodev'' options.
+@subsection -virtfs_synth (since 4.1)
+
+The ``-virtfs_synth'' argument is now deprecated. Please use ``-fsdev synth''
+and ``-device virtio-9p-...'' instead.
+
@section QEMU Machine Protocol (QMP) commands
@subsection block-dirty-bitmap-add "autoload" parameter (since 2.12.0)