mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
info pci command
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@827 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5ce276a11a
commit
86e0c04896
1 changed files with 2 additions and 0 deletions
|
@ -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, },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue