commit | 755f196898e75bf453957609d1dbe02f73e5b12a | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Thu Oct 06 14:31:39 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Thu Oct 27 11:48:46 2011 -0200 |
tree | 139a14ffa6d5dd9a4ef136be6afddeb5f6bd9d9b | |
parent | 99b7796f601cd275b16b3e7122874953ed1a0b1f [diff] [blame] |
qapi: Convert the cpu command Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/hmp-commands.hx b/hmp-commands.hx index ab08d58..969ccf5 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx
@@ -587,8 +587,7 @@ .args_type = "index:i", .params = "index", .help = "set the default CPU", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_cpu_set, + .mhandler.cmd = hmp_cpu, }, STEXI