]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qmp-commands.hx
qom: add new command to search for types
[mirror_qemu.git] / qmp-commands.hx
index bd6b6410ad9ce9651b05a0733b255846a89617ff..b5e2ab857448275e4b7344b2652e4d43af320664 100644 (file)
@@ -2042,3 +2042,8 @@ EQMP
         .args_type  = "password:s",
         .mhandler.cmd_new = qmp_marshal_input_change_vnc_password,
     },
+    {
+        .name       = "qom-list-types",
+        .args_type  = "implements:s?,abstract:b?",
+        .mhandler.cmd_new = qmp_marshal_input_qom_list_types,
+    },