diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-06 14:31:39 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:46 -0200 |
commit | 755f196898e75bf453957609d1dbe02f73e5b12a (patch) | |
tree | 139a14ffa6d5dd9a4ef136be6afddeb5f6bd9d9b /qmp-commands.hx | |
parent | 99b7796f601cd275b16b3e7122874953ed1a0b1f (diff) |
qapi: Convert the cpu 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 8efdb25d0a..dcca53cb5a 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -331,10 +331,7 @@ EQMP { .name = "cpu", .args_type = "index:i", - .params = "index", - .help = "set the default CPU", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_cpu_set, + .mhandler.cmd_new = qmp_marshal_input_cpu, }, SQMP |