mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
857d20873d
commit
7cc28cb061
6 changed files with 0 additions and 200 deletions
|
@ -37,10 +37,8 @@ static const char *hmp_cmds[] = {
|
|||
"dump-guest-memory /dev/null 0 4096",
|
||||
"dump-guest-memory /dev/null",
|
||||
"gdbserver",
|
||||
"host_net_add user id=net0",
|
||||
"hostfwd_add tcp::43210-:43210",
|
||||
"hostfwd_remove tcp::43210-:43210",
|
||||
"host_net_remove 0 net0",
|
||||
"i /w 0",
|
||||
"log all",
|
||||
"log none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue