From: Paolo Bonzini Date: Fri, 18 Sep 2015 15:18:29 +0000 (+0200) Subject: hmp: Restore "info pci" X-Git-Tag: qemu-xen-4.8.0-rc1~796^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=abadcbc838a3b256819fd8932c34a4af41ec187f;p=qemu-xen.git hmp: Restore "info pci" Dropped by commit da76ee76f78b9705e2a91e3c964aef28fecededb's transition to hmp-commands-info.hx. Reported-by: Markus Armbruster Signed-off-by: Paolo Bonzini Message-Id: <1442589509-10806-1-git-send-email-pbonzini@redhat.com> Reviewed-by: Eric Blake Signed-off-by: Markus Armbruster --- diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx index 9f5a15826c..94a2afefd5 100644 --- a/hmp-commands-info.hx +++ b/hmp-commands-info.hx @@ -181,6 +181,20 @@ STEXI @item info pic @findex pic 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) || \