]> git.proxmox.com Git - mirror_qemu.git/commit
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
authorThomas Huth <thuth@redhat.com>
Wed, 21 Feb 2018 10:18:35 +0000 (11:18 +0100)
committerJason Wang <jasowang@redhat.com>
Mon, 5 Mar 2018 02:30:15 +0000 (10:30 +0800)
commit7cc28cb061040cb089d29de2d9a73f404b94bc66
tree9abf2b7143076f19a0753e1092b658b90fd21fbb
parent857d20873d18b3e90c7e7141fe7822f25b707159
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands

They are deprecated since QEMU v2.10, and so far nobody complained that
these commands are still necessary for any reason - and since you can use
'netdev_add' and 'netdev_remove' instead, there also should not be any
real reason. Since they are also standing in the way for the upcoming
'vlan' clean-up, it's now time to remove them.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hmp-commands.hx
hmp.h
monitor.c
net/net.c
qemu-doc.texi
tests/test-hmp.c