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) || \