diff options
author | Hani Benhabiles <kroosec@gmail.com> | 2014-05-07 23:41:28 +0100 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-05-15 15:16:01 -0400 |
commit | 6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae (patch) | |
tree | a7bb18aca958666dc25b3a6b872c2bc2c63b8e08 /hmp-commands.hx | |
parent | 29136cd8a4883f2ce97387f3a01c156ac1c43869 (diff) |
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-commands.hx')
-rw-r--r-- | hmp-commands.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index b4b23c8b04..ba88e2a183 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1639,6 +1639,7 @@ ETEXI .params = "id", .help = "remove chardev", .mhandler.cmd = hmp_chardev_remove, + .command_completion = chardev_remove_completion, }, STEXI |