]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
intc: make HMP 'info irq' and 'info pic' commands available on all targets
authorHervé Poussineau <hpoussin@reactos.org>
Mon, 26 Sep 2016 20:23:28 +0000 (22:23 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 4 Oct 2016 08:00:25 +0000 (10:00 +0200)
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-Id: <1474921408-24710-7-git-send-email-hpoussin@reactos.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hmp-commands-info.hx

index 6a7c476065c59d18d32f9fccee5e43ef9bc7ceea..55d50c42c6812eb1a82cfb4a16911b87add8313e 100644 (file)
@@ -172,8 +172,6 @@ STEXI
 Show the command line history.
 ETEXI
 
-#if defined(TARGET_I386) || defined(TARGET_PPC) || defined(TARGET_MIPS) || \
-    defined(TARGET_LM32) || (defined(TARGET_SPARC) && !defined(TARGET_SPARC64))
     {
         .name       = "irq",
         .args_type  = "",
@@ -192,10 +190,9 @@ ETEXI
         .name       = "pic",
         .args_type  = "",
         .params     = "",
-        .help       = "show i8259 (PIC) state",
+        .help       = "show PIC state",
         .cmd        = hmp_info_pic,
     },
-#endif
 
 STEXI
 @item info pic