summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorHani Benhabiles <kroosec@gmail.com>2014-05-27 23:39:31 +0100
committerLuiz Capitulino <lcapitulino@redhat.com>2014-06-11 10:10:28 -0400
commitd0ece345cbe3a58a9952f0f539641009bfd7ddf9 (patch)
treeacf81b3fc68b5082a3904148a3cf2a47a27746a3 /hmp-commands.hx
parent8e5977797d76e33856506c9a0c454ae9ab23034c (diff)
downloadfocaccia-qemu-d0ece345cbe3a58a9952f0f539641009bfd7ddf9.tar.gz
focaccia-qemu-d0ece345cbe3a58a9952f0f539641009bfd7ddf9.zip
monitor: Add watchdog_action argument 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 dcec5efab7..45e1763fbe 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -1359,6 +1359,7 @@ ETEXI
         .params     = "[reset|shutdown|poweroff|pause|debug|none]",
         .help       = "change watchdog action",
         .mhandler.cmd = do_watchdog_action,
+        .command_completion = watchdog_action_completion,
     },
 
 STEXI