diff --git a/monitor.c b/monitor.c index f5cde74910..2dc94b44a7 100644 --- a/monitor.c +++ b/monitor.c @@ -525,6 +525,8 @@ static term_cmd_t info_cmds[] = { "", "show the command line history", }, { "pic", "", pic_info, "", "show i8259 (PIC) state", }, + { "pci", "", pci_info, + "", "show PCI info", }, { NULL, NULL, }, };