commit | 6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae | [log] [tgz] |
---|---|---|
author | Hani Benhabiles <[email protected]> | Wed May 07 23:41:28 2014 +0100 |
committer | Luiz Capitulino <[email protected]> | Thu May 15 15:16:01 2014 -0400 |
tree | a7bb18aca958666dc25b3a6b872c2bc2c63b8e08 | |
parent | 29136cd8a4883f2ce97387f3a01c156ac1c43869 [diff] [blame] |
monitor: Add chardev-remove command completion. Signed-off-by: Hani Benhabiles <[email protected]> Signed-off-by: Luiz Capitulino <[email protected]>
diff --git a/hmp-commands.hx b/hmp-commands.hx index b4b23c8..ba88e2a 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -1639,6 +1639,7 @@ .params = "id", .help = "remove chardev", .mhandler.cmd = hmp_chardev_remove, + .command_completion = chardev_remove_completion, }, STEXI