]> git.ipfire.org Git - thirdparty/qemu.git/commit
net: Remove the deprecated "vlan" parameter
authorThomas Huth <thuth@redhat.com>
Mon, 30 Apr 2018 18:02:23 +0000 (20:02 +0200)
committerJason Wang <jasowang@redhat.com>
Mon, 14 May 2018 07:47:14 +0000 (15:47 +0800)
commitaf1a5c3eb41521b4f090ad6125cd981b72b99ab9
tree114b57df7ca6c567d6b8910cacc19d917f5f69ba
parent9d94619189d899b2b40e9dfaa0ede64c8b81e5ab
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>
docs/qdev-device-use.txt
hw/core/qdev-properties-system.c
include/hw/qdev-properties.h
include/net/net.h
net/net.c
qapi/net.json
qemu-doc.texi
qemu-options.hx