monitor: convert do_cpu_set() to QObject, QError

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
Markus Armbruster 2010-01-20 13:07:35 +01:00 committed by Anthony Liguori
parent 64a34bb14c
commit 81a1b45ac7
2 changed files with 4 additions and 3 deletions

View file

@ -573,7 +573,8 @@ ETEXI
.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