]> git.proxmox.com Git - qemu.git/blobdiff - qmp-commands.hx
qapi: convert query-name
[qemu.git] / qmp-commands.hx
index d83bce5662871ba9a0956c73790730a4c03e6895..7b3839ea188b578761eff738d71f1a740f17a688 100644 (file)
@@ -1780,6 +1780,12 @@ Example:
 
 EQMP
 
+    {
+        .name       = "query-name",
+        .args_type  = "",
+        .mhandler.cmd_new = qmp_marshal_input_query_name,
+    },
+
 SQMP
 query-uuid
 ----------