]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hmp-commands-info.hx
hmp: allow apic-id for "info lapic"
[thirdparty/qemu.git] / hmp-commands-info.hx
index d9df238a5f47e2131ffd5466dc82c07f68c8caed..4ab7fcee98a94d261126ac357bbfd872dc67c328 100644 (file)
@@ -115,9 +115,10 @@ ETEXI
 #if defined(TARGET_I386)
     {
         .name       = "lapic",
-        .args_type  = "",
-        .params     = "",
-        .help       = "show local apic state",
+        .args_type  = "apic-id:i?",
+        .params     = "[apic-id]",
+        .help       = "show local apic state (apic-id: local apic to read, default is which of current CPU)",
+
         .cmd        = hmp_info_local_apic,
     },
 #endif