diff options
| author | Hani Benhabiles | 2014-05-08 00:41:31 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-05-15 21:16:02 +0200 |
| commit | b162b49adc4cc6aa2c2ed0a31998f23dfe5983e6 (patch) | |
| tree | cfe6485bc55c5b00507a0b86b0b2ef4e52ac1feb /hmp.h | |
| parent | monitor: Add set_link arguments completion. (diff) | |
| download | qemu-b162b49adc4cc6aa2c2ed0a31998f23dfe5983e6.tar.gz qemu-b162b49adc4cc6aa2c2ed0a31998f23dfe5983e6.tar.xz qemu-b162b49adc4cc6aa2c2ed0a31998f23dfe5983e6.zip | |
monitor: Add netdev_add type argument completion.
Also update the command's documentation.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,5 +101,6 @@ void sendkey_completion(ReadLineState *rs, int nb_args, const char *str); void chardev_remove_completion(ReadLineState *rs, int nb_args, const char *str); void chardev_add_completion(ReadLineState *rs, int nb_args, const char *str); void set_link_completion(ReadLineState *rs, int nb_args, const char *str); +void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str); #endif |
