commit | 13e315dadaaa8fa6d04d10ae762ba63b54ede0ca | [log] [tgz] |
---|---|---|
author | Hani Benhabiles <[email protected]> | Wed May 07 23:41:29 2014 +0100 |
committer | Luiz Capitulino <[email protected]> | Thu May 15 15:16:01 2014 -0400 |
tree | b267cfcf3dbf9709a5634289f1e56f699a596833 | |
parent | 6297d9a279ccaf404d26a2c6bdc1a09891bcf5ae [diff] [blame] |
monitor: Add chardev-add backend argument 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 ba88e2a..93fa534 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -1623,6 +1623,7 @@ .params = "args", .help = "add chardev", .mhandler.cmd = hmp_chardev_add, + .command_completion = chardev_add_completion, }, STEXI