diff options
| author | Hani Benhabiles | 2014-05-28 00:39:36 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-06-11 16:10:29 +0200 |
| commit | ddd6b45ce25281a5894e2df0f7af014e83af19f7 (patch) | |
| tree | 501e33085e7ee97604978c16e185555fb405b7fb /hmp.h | |
| parent | readline: Make completion strings always unique (diff) | |
| download | qemu-ddd6b45ce25281a5894e2df0f7af014e83af19f7.tar.gz qemu-ddd6b45ce25281a5894e2df0f7af014e83af19f7.tar.xz qemu-ddd6b45ce25281a5894e2df0f7af014e83af19f7.zip | |
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>
Diffstat (limited to 'hmp.h')
| -rw-r--r-- | hmp.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -110,5 +110,7 @@ void watchdog_action_completion(ReadLineState *rs, int nb_args, void migrate_set_capability_completion(ReadLineState *rs, int nb_args, const char *str); void host_net_add_completion(ReadLineState *rs, int nb_args, const char *str); +void host_net_remove_completion(ReadLineState *rs, int nb_args, + const char *str); #endif |
