diff options
author | Hani Benhabiles <kroosec@gmail.com> | 2014-05-27 23:39:32 +0100 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2014-06-11 10:10:29 -0400 |
commit | c68a0409b388c30c7f4ee8be44081c143f280279 (patch) | |
tree | 3075c0eeea8ba3ef1e2b2052ff607ad7c7fe6363 /hmp-commands.hx | |
parent | d0ece345cbe3a58a9952f0f539641009bfd7ddf9 (diff) |
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.hx | 1 |
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 |