summaryrefslogtreecommitdiffstats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorHani Benhabiles2014-05-28 00:39:32 +0200
committerLuiz Capitulino2014-06-11 16:10:29 +0200
commitc68a0409b388c30c7f4ee8be44081c143f280279 (patch)
tree3075c0eeea8ba3ef1e2b2052ff607ad7c7fe6363 /hmp-commands.hx
parentmonitor: Add watchdog_action argument completion (diff)
downloadqemu-c68a0409b388c30c7f4ee8be44081c143f280279.tar.gz
qemu-c68a0409b388c30c7f4ee8be44081c143f280279.tar.xz
qemu-c68a0409b388c30c7f4ee8be44081c143f280279.zip
monitor: Add migrate_set_capability 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.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 45e1763fbe..919af6eaf1 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -975,6 +975,7 @@ ETEXI
.params = "capability state",
.help = "Enable/Disable the usage of a capability for migration",
.mhandler.cmd = hmp_migrate_set_capability,
+ .command_completion = migrate_set_capability_completion,
},
STEXI