mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
monitor: Add host_net_remove arguments completion
Relies on readline unique completion strings patch to make the added vlan/hub completion values unique, instead of using something like a hash table. Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
e70871d8b5
commit
ddd6b45ce2
3 changed files with 41 additions and 0 deletions
|
@ -1227,6 +1227,7 @@ ETEXI
|
|||
.params = "vlan_id name",
|
||||
.help = "remove host VLAN client",
|
||||
.mhandler.cmd = net_host_device_remove,
|
||||
.command_completion = host_net_remove_completion,
|
||||
},
|
||||
|
||||
STEXI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue