diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2010-02-10 23:49:51 -0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 15:18:16 -0600 |
commit | 584cbdb59682db8f052167dd644083076d079890 (patch) | |
tree | 24f5977ce3f85f41587f153d5ad79289f85d676b /qemu-monitor.hx | |
parent | 9b9d4d9c79ee7072629f36ea123a28a89ada8845 (diff) | |
download | qemu-584cbdb59682db8f052167dd644083076d079890.tar.gz qemu-584cbdb59682db8f052167dd644083076d079890.tar.bz2 qemu-584cbdb59682db8f052167dd644083076d079890.zip |
Monitor: Convert do_cpu_set() to cmd_new_ret()
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r-- | qemu-monitor.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index c1bd77335a..835fd05730 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -604,7 +604,7 @@ ETEXI .params = "index", .help = "set the default CPU", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_cpu_set, + .cmd_new_ret = do_cpu_set, }, STEXI |