]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
translate-all: protect TB jumps with a per-destination-TB lock
[mirror_qemu.git] / hmp-commands-info.hx
index ad590a4ffb2b8b12145c2a5b2813d930e8cbb537..ddfcd5adcca666c3cdd10bd5562de595683bbb8d 100644 (file)
@@ -867,6 +867,22 @@ Display the amount of initially allocated and present hotpluggable (if
 enabled) memory in bytes.
 ETEXI
 
+#if defined(TARGET_I386)
+    {
+        .name       = "sev",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show SEV information",
+        .cmd        = hmp_info_sev,
+    },
+#endif
+
+STEXI
+@item info sev
+@findex info sev
+Show SEV information.
+ETEXI
+
 STEXI
 @end table
 ETEXI