]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hmp: Restore "info pci"
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 18 Sep 2015 15:18:29 +0000 (17:18 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 22 Sep 2015 09:32:37 +0000 (11:32 +0200)
Dropped by commit da76ee76f78b9705e2a91e3c964aef28fecededb's
transition to hmp-commands-info.hx.

Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1442589509-10806-1-git-send-email-pbonzini@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
hmp-commands-info.hx

index 9f5a15826cae9e6ebbd3fcf52ed8e20951a92e12..94a2afefd548e14c3b0a0526a53abfc2e0646761 100644 (file)
@@ -181,6 +181,20 @@ STEXI
 @item info pic
 @findex pic
 Show i8259 (PIC) state.
+ETEXI
+
+    {
+        .name       = "pci",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show PCI info",
+        .mhandler.cmd = hmp_info_pci,
+    },
+
+STEXI
+@item info pci
+@findex pci
+Show PCI information.
 ETEXI
 
 #if defined(TARGET_I386) || defined(TARGET_SH4) || defined(TARGET_SPARC) || \