Commit 86e0c04896df5adf04f543aee4036b835a3338e1

Authored by bellard
1 parent 5ce276a1

info pci command


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@827 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
monitor.c
... ... @@ -525,6 +525,8 @@ static term_cmd_t info_cmds[] = {
525 525 "", "show the command line history", },
526 526 { "pic", "", pic_info,
527 527 "", "show i8259 (PIC) state", },
  528 + { "pci", "", pci_info,
  529 + "", "show PCI info", },
528 530 { NULL, NULL, },
529 531 };
530 532  
... ...