]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands-info.hx
target/riscv: Add J extension state description
[mirror_qemu.git] / hmp-commands-info.hx
index 27206ac049df39e4a0fc3c8e84ae72f189a89377..4c966e8a6beef53a448d93068c5f85c0e3fed20b 100644 (file)
@@ -877,3 +877,18 @@ SRST
   ``info dirty_rate``
     Display the vcpu dirty rate information.
 ERST
+
+#if defined(TARGET_I386)
+    {
+        .name       = "sgx",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show intel SGX information",
+        .cmd        = hmp_info_sgx,
+    },
+#endif
+
+SRST
+  ``info sgx``
+    Show intel SGX information.
+ERST