mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00: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:
committed by
Luiz Capitulino
parent
e70871d8b5
commit
ddd6b45ce2
@ -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
|
||||
|
Reference in New Issue
Block a user