]> git.proxmox.com Git - qemu.git/blobdiff - qmp-commands.hx
stellaris: convert sys to memory API
[qemu.git] / qmp-commands.hx
index 8ef6ca276aac1d2e0a4bc79b0dadc768474cf03f..97975a520722b723280207c3694d0c10c67dac9f 100644 (file)
@@ -566,7 +566,8 @@ EQMP
         .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,
     },
 
 SQMP
@@ -1576,6 +1577,12 @@ Note: This example has been shortened as the real response is too long.
 
 EQMP
 
+    {
+        .name       = "query-pci",
+        .args_type  = "",
+        .mhandler.cmd_new = qmp_marshal_input_query_pci,
+    },
+
 SQMP
 query-kvm
 ---------