diff options
author | Thomas Huth <thuth@redhat.com> | 2019-12-09 15:52:40 +0100 |
---|---|---|
committer | Greg Kurz <groug@kaod.org> | 2019-12-09 18:00:35 +0100 |
commit | b3e2bb9458af556cb8aa0558f59222f462b81069 (patch) | |
tree | 4be2680809359aaada72fd28b46fcc06bde9a568 /qemu-deprecated.texi | |
parent | 26f603d4f88b8f5265548a849de52f498044ceda (diff) |
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>
Diffstat (limited to 'qemu-deprecated.texi')
-rw-r--r-- | qemu-deprecated.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-deprecated.texi b/qemu-deprecated.texi index 4b4b7425ac..8471eef9c2 100644 --- a/qemu-deprecated.texi +++ b/qemu-deprecated.texi @@ -89,11 +89,6 @@ error in the future. The @code{-realtime mlock=on|off} argument has been replaced by the @code{-overcommit mem-lock=on|off} argument. -@subsection -virtfs_synth (since 4.1) - -The ``-virtfs_synth'' argument is now deprecated. Please use ``-fsdev synth'' -and ``-device virtio-9p-...'' instead. - @subsection -numa node,mem=@var{size} (since 4.1) The parameter @option{mem} of @option{-numa node} is used to assign a part of |