info pci command
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 20 May 2004 12:49:21 +0000 (12:49 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 20 May 2004 12:49:21 +0000 (12:49 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@827 c046a42c-6fe2-441c-8c8c-71466251a162

monitor.c

index f5cde74..2dc94b4 100644 (file)
--- 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, },
 };