diff options
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 e987cf100c..3a1f9bc518 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, }, |