From b5d17adb932b16226c8073c3411cf5c93df22cb8 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 10 Feb 2010 23:49:57 -0200 Subject: Monitor: Convert do_migrate() to cmd_new_ret() While there I'm also dropping a unneeded else clause (the last one in the function). 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 e987cf1..3a1f9bc 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx @@ -773,7 +773,7 @@ ETEXI "shared storage with incremental copy of disk " "(base image shared between src and destination)", .user_print = monitor_user_noop, - .mhandler.cmd_new = do_migrate, + .cmd_new_ret = do_migrate, }, -- cgit v1.1