commit | 5e7caacb2583e6a4657fec51a92147f33c5bae43 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Nov 25 14:57:10 2011 -0200 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Dec 06 11:40:01 2011 -0200 |
tree | 08713dd453821a703edd198a298f1106d93afe88 | |
parent | d72f326431e280a619a0fd55e27d3737747f8178 [diff] [blame] |
qapi: Convert block_resize Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qmp-commands.hx b/qmp-commands.hx index 7c377f0..721b157 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx
@@ -642,10 +642,7 @@ { .name = "block_resize", .args_type = "device:B,size:o", - .params = "device size", - .help = "resize a block image", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_block_resize, + .mhandler.cmd_new = qmp_marshal_input_block_resize, }, SQMP