commit | 81a1b45ac7a3a2d4536b3827defdcbabdb221051 | [log] [tgz] |
---|---|---|
author | Markus Armbruster <[email protected]> | Wed Jan 20 13:07:35 2010 +0100 |
committer | Anthony Liguori <[email protected]> | Tue Jan 26 14:55:11 2010 -0600 |
tree | 3fb7781b5b45e48fd2bba2e1979a5ff4d83ad62e | |
parent | 64a34bb14c0e358a6b2f14805e59ef25bf62d6d5 [diff] [blame] |
monitor: convert do_cpu_set() to QObject, QError Signed-off-by: Markus Armbruster <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 1aa7818..415734a 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -573,7 +573,8 @@ .args_type = "index:i", .params = "index", .help = "set the default CPU", - .mhandler.cmd = do_cpu_set, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_cpu_set, }, STEXI