diff options
author | Thomas Huth <thuth@redhat.com> | 2017-12-19 16:28:54 +0100 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2017-12-22 10:05:26 +0800 |
commit | 3a22ee27340aee063b442daa37ae684e9a114a91 (patch) | |
tree | 52a2b478df5b7707e4812a3f7bb3e7d74ca7b00b /qemu-doc.texi | |
parent | d9caeb09b107e91122d10ba4a08a4af2b59c69cf (diff) |
net: Remove the legacy "-net channel" parameter
It has never been documented, so hardly anybody knows about this
parameter, and it is marked as deprecated since QEMU v2.6.
Time to let it go now.
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 90bea7331d..140659a14b 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2670,11 +2670,6 @@ The ``-smb /some/dir'' argument is now a synonym for setting the ``-netdev user,smb=/some/dir'' argument instead. The new syntax allows different settings to be provided per NIC. -@subsection -net channel (since 2.6.0) - -The ``--net channel,ARGS'' argument is now a synonym for setting -the ``-netdev user,guestfwd=ARGS'' argument instead. - @subsection -net vlan (since 2.9.0) The ``-net vlan=NN'' argument is partially replaced with the |