From 584cbdb59682db8f052167dd644083076d079890 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 10 Feb 2010 23:49:51 -0200 Subject: Monitor: Convert do_cpu_set() to cmd_new_ret() Signed-off-by: Luiz Capitulino Signed-off-by: Anthony Liguori --- qemu-monitor.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-monitor.hx') 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 -- cgit v1.2.1