From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxQs-0000YE-LI for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:18:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZcxQo-00045X-SH for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:18:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZcxQo-00044t-N8 for qemu-devel@nongnu.org; Fri, 18 Sep 2015 11:18:34 -0400 From: Paolo Bonzini Date: Fri, 18 Sep 2015 17:18:29 +0200 Message-Id: <1442589509-10806-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH] hmp: Restore "info pci" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: den@openvz.org, armbru@redhat.com Dropped by commit da76ee76f78b9705e2a91e3c964aef28fecededb's transition to hmp-commands-info.hx. Reported-by: Markus Armbruster Signed-off-by: Paolo Bonzini --- hmp-commands-info.hx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 9f5a158..94a2afe 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -183,6 +183,20 @@ STEXI Show i8259 (PIC) state. ETEXI + { + .name = "pci", + .args_type = "", + .params = "", + .help = "show PCI info", + .mhandler.cmd = hmp_info_pci, + }, + +STEXI +@item info pci +@findex pci +Show PCI information. +ETEXI + #if defined(TARGET_I386) || defined(TARGET_SH4) || defined(TARGET_SPARC) || \ defined(TARGET_PPC) || defined(TARGET_XTENSA) { -- 2.5.0