qapi: convert screendump

Next commits will update devices to propagate errors.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Luiz Capitulino 2012-05-24 13:48:23 -03:00
parent d7098135d4
commit ad39cf6d15
8 changed files with 29 additions and 16 deletions

View file

@ -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