]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
event_notifier: prevent accidental use after close
[mirror_qemu.git] / hmp-commands-info.hx
index b0f35e68291083b6af2c1e936cead5bdf3665264..a53f105c52f32cd79c76a803bc984ed571f7ba25 100644 (file)
@@ -801,6 +801,20 @@ STEXI
 Show information about hotpluggable CPUs
 ETEXI
 
+STEXI
+@item info vm-generation-id
+@findex vm-generation-id
+Show Virtual Machine Generation ID
+ETEXI
+
+    {
+        .name       = "vm-generation-id",
+        .args_type  = "",
+        .params     = "",
+        .help       = "Show Virtual Machine Generation ID",
+        .cmd = hmp_info_vm_generation_id,
+    },
+
 STEXI
 @end table
 ETEXI