From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56863) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bocSB-0007mC-7A for qemu-devel@nongnu.org; Mon, 26 Sep 2016 16:24:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bocS7-0004C6-M4 for qemu-devel@nongnu.org; Mon, 26 Sep 2016 16:24:42 -0400 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:11159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bocS7-0004Bz-Ew for qemu-devel@nongnu.org; Mon, 26 Sep 2016 16:24:39 -0400 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Mon, 26 Sep 2016 22:23:28 +0200 Message-Id: <1474921408-24710-7-git-send-email-hpoussin@reactos.org> In-Reply-To: <1474921408-24710-1-git-send-email-hpoussin@reactos.org> References: <1474921408-24710-1-git-send-email-hpoussin@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v2 6/6] intc: make HMP 'info irq' and 'info pic' commands available on all targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Luiz Capitulino , Paolo Bonzini , =?UTF-8?q?Herv=C3=A9=20Poussineau?= Signed-off-by: Herv=C3=A9 Poussineau --- hmp-commands-info.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 6a7c476..55d50c4 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -172,8 +172,6 @@ STEXI Show the command line history. ETEXI =20 -#if defined(TARGET_I386) || defined(TARGET_PPC) || defined(TARGET_MIPS) = || \ - defined(TARGET_LM32) || (defined(TARGET_SPARC) && !defined(TARGET_SP= ARC64)) { .name =3D "irq", .args_type =3D "", @@ -192,10 +190,9 @@ ETEXI .name =3D "pic", .args_type =3D "", .params =3D "", - .help =3D "show i8259 (PIC) state", + .help =3D "show PIC state", .cmd =3D hmp_info_pic, }, -#endif =20 STEXI @item info pic --=20 2.1.4