diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-20 12:49:21 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-20 12:49:21 +0000 |
commit | 86e0c04896df5adf04f543aee4036b835a3338e1 (patch) | |
tree | 2552a67c4ec2478b6e32472d37d1162936a771da /monitor.c | |
parent | 5ce276a11a2c92f2a5922c340452fc47d306dfe7 (diff) |
info pci command
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@827 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 2 |
1 files changed, 2 insertions, 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, }, }; |