]> Git Repo - qemu.git/blobdiff - hmp-commands-info.hx
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-10-02' into staging
[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
This page took 0.023065 seconds and 4 git commands to generate.