• T
    net: Mark 'vlan' parameter as deprecated · a2dbe135
    Thomas Huth 提交于
    The 'vlan' parameter is a continuous source of confusion for the users,
    many people mix it up with the more common term VLAN (the link layer
    packet encapsulation), and even if they realize that the QEMU 'vlan' is
    rather some kind of network hub emulation, there is still a high risk
    that they configure their QEMU networking in a wrong way with this
    parameter (e.g. by hooking NICs together, so they get a 'loopback'
    between one and the other NIC).
    Thus at one point in time, we should finally get rid of the 'vlan'
    feature in QEMU. Let's do a first step in this direction by declaring
    the 'vlan' parameter as deprecated and informing the users to use the
    'netdev' parameter instead.
    Signed-off-by: NThomas Huth <thuth@redhat.com>
    Signed-off-by: NJason Wang <jasowang@redhat.com>
    a2dbe135
net.c 43.2 KB