mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
net: Remove the deprecated "vlan" parameter
It's been marked as deprecated since QEMU v2.9.0, so that should have been enough time for everybody to either just drop unnecessary "vlan=0" parameters, to switch to the modern -device + -netdev syntax for connecting guest NICs with host network backends, or to switch to the "hubport" netdev in case hubs are really wanted instead. Buglink: https://bugs.launchpad.net/qemu/+bug/658904 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
9d94619189
commit
af1a5c3eb4
8 changed files with 22 additions and 130 deletions
|
@ -2855,15 +2855,6 @@ with ``-device ...,netdev=x''), or ``-nic user,smb=/some/dir''
|
|||
(for embedded NICs). The new syntax allows different settings to be
|
||||
provided per NIC.
|
||||
|
||||
@subsection -net vlan (since 2.9.0)
|
||||
|
||||
The ``-net vlan=NN'' argument was mostly used to attach separate
|
||||
network backends to different virtual NICs. This is the default
|
||||
behavior for ``-netdev'' and ``-nic''. You can connect multiple
|
||||
``-netdev'' and ``-nic'' devices to the same network using the
|
||||
"hubport" network backend, created with ``-netdev hubport,hubid=NN,...''
|
||||
and ``-nic hubport,hubid=NN''.
|
||||
|
||||
@subsection -drive cyls=...,heads=...,secs=...,trans=... (since 2.10.0)
|
||||
|
||||
The drive geometry arguments are replaced by the the geometry arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue