diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-11-25 17:52:45 -0200 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-12-06 11:40:01 -0200 |
commit | d51a67b4d3214654a7b100c0873b77cb2bf87f29 (patch) | |
tree | 539b5b99fc71002a6486662155ccb015044506a9 /qmp-commands.hx | |
parent | 6106e2492fe0080ad85d4862dec9c3bebc57b2f0 (diff) | |
download | qemu-d51a67b4d3214654a7b100c0873b77cb2bf87f29.tar.gz qemu-d51a67b4d3214654a7b100c0873b77cb2bf87f29.tar.bz2 qemu-d51a67b4d3214654a7b100c0873b77cb2bf87f29.zip |
qapi: Convert human-monitor-command
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index 9d68206732..d101426ccc 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -970,10 +970,7 @@ EQMP { .name = "human-monitor-command", .args_type = "command-line:s,cpu-index:i?", - .params = "", - .help = "", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_hmp_passthrough, + .mhandler.cmd_new = qmp_marshal_input_human_monitor_command, }, SQMP |