]> Git Repo - qemu.git/blobdiff - hmp-commands-info.hx
target-i386: fix pcmpxstrx equal-ordered (strstr) mode
[qemu.git] / hmp-commands-info.hx
index 94a2afefd548e14c3b0a0526a53abfc2e0646761..9b71351d01b9b8daec67013a2c321ef3f213b820 100644 (file)
@@ -110,6 +110,38 @@ STEXI
 @item info registers
 @findex registers
 Show the cpu registers.
+ETEXI
+
+#if defined(TARGET_I386)
+    {
+        .name       = "lapic",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show local apic state",
+        .mhandler.cmd = hmp_info_local_apic,
+    },
+#endif
+
+STEXI
+@item info lapic
+@findex lapic
+Show local APIC state
+ETEXI
+
+#if defined(TARGET_I386)
+    {
+        .name       = "ioapic",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show io apic state",
+        .mhandler.cmd = hmp_info_io_apic,
+    },
+#endif
+
+STEXI
+@item info ioapic
+@findex ioapic
+Show io APIC state
 ETEXI
 
     {
This page took 0.021567 seconds and 4 git commands to generate.