]> git.proxmox.com Git - qemu.git/blobdiff - hmp-commands.hx
spice: turn client_migrate_info to async
[qemu.git] / hmp-commands.hx
index ab08d583df1a5871e6129c2cd54f085915e34539..e1812676e397dab6adcddbb239f0c4051f72abe7 100644 (file)
@@ -824,7 +824,8 @@ ETEXI
         .params     = "protocol hostname port tls-port cert-subject",
         .help       = "send migration info to spice/vnc client",
         .user_print = monitor_user_noop,
-        .mhandler.cmd_new = client_migrate_info,
+        .mhandler.cmd_async = client_migrate_info,
+        .flags      = MONITOR_CMD_ASYNC,
     },
 
 STEXI