diff options
| author | Hani Benhabiles | 2014-05-08 00:41:28 +0200 |
|---|---|---|
| committer | Luiz Capitulino | 2014-05-15 21:16:01 +0200 |
| commit | 6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae (patch) | |
| tree | a7bb18aca958666dc25b3a6b872c2bc2c63b8e08 /hmp.h | |
| parent | monitor: Convert sendkey to use command_completion. (diff) | |
| download | qemu-6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae.tar.gz qemu-6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae.tar.xz qemu-6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae.zip | |
monitor: Add chardev-remove command completion.
Signed-off-by: Hani Benhabiles <hani@linux.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
@@ -98,5 +98,6 @@ void object_del_completion(ReadLineState *rs, int nb_args, const char *str); void device_add_completion(ReadLineState *rs, int nb_args, const char *str); void device_del_completion(ReadLineState *rs, int nb_args, const char *str); void sendkey_completion(ReadLineState *rs, int nb_args, const char *str); +void chardev_remove_completion(ReadLineState *rs, int nb_args, const char *str); #endif |
