diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-05-24 13:48:23 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-09-05 15:48:57 -0300 |
commit | ad39cf6d150e951e4c67c8120d495ae7e78054a6 (patch) | |
tree | 33a507b37ef91aa60230cbe3b0e6455178dbe649 /qmp-commands.hx | |
parent | d7098135d4baac8141b2e76f2daa8a7f61599c72 (diff) | |
download | qemu-ad39cf6d150e951e4c67c8120d495ae7e78054a6.tar.gz qemu-ad39cf6d150e951e4c67c8120d495ae7e78054a6.tar.bz2 qemu-ad39cf6d150e951e4c67c8120d495ae7e78054a6.zip |
qapi: convert screendump
Next commits will update devices to propagate errors.
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 470f08ed99..6e21ddba61 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -146,10 +146,7 @@ EQMP { .name = "screendump", .args_type = "filename:F", - .params = "filename", - .help = "save screen into PPM image 'filename'", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_screen_dump, + .mhandler.cmd_new = qmp_marshal_input_screendump, }, SQMP |