diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2016-09-26 22:23:28 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-10-04 10:00:25 +0200 |
commit | 254316fa1f3f9c9ee9bf530278359146f97e309e (patch) | |
tree | fc1b6a674db7b4840eccd76056211f888e4d8678 /hmp-commands-info.hx | |
parent | 61b97833b38122e22c7af08685277681c6b79653 (diff) |
intc: make HMP 'info irq' and 'info pic' commands available on all targets
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>
Diffstat (limited to 'hmp-commands-info.hx')
-rw-r--r-- | hmp-commands-info.hx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 6a7c476065..55d50c42c6 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -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 |