summaryrefslogtreecommitdiff
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-27 23:39:32 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-11 10:10:29 -0400
commitc68a0409b388c30c7f4ee8be44081c143f280279 (patch)
tree3075c0eeea8ba3ef1e2b2052ff607ad7c7fe6363 /hmp-commands.hx
parentd0ece345cbe3a58a9952f0f539641009bfd7ddf9 (diff)
downloadqemu-c68a0409b388c30c7f4ee8be44081c143f280279.tar.gz
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