qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] hmp-commands-info.hx: fix drops hmp "info pci"


From: Pavel Butsykin
Subject: [Qemu-devel] [PATCH] hmp-commands-info.hx: fix drops hmp "info pci"
Date: Fri, 18 Sep 2015 19:06:28 +0300

The hmp command "info pci" accidentally lost when moving from monitor.c

Signed-off-by: Pavel Butsykin <address@hidden>
---
 hmp-commands-info.hx | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/hmp-commands-info.hx b/hmp-commands-info.hx
index 9f5a158..a311b46 100644
--- a/hmp-commands-info.hx
+++ b/hmp-commands-info.hx
@@ -183,6 +183,20 @@ STEXI
 Show i8259 (PIC) state.
 ETEXI
 
+    {
+        .name       = "pci",
+        .args_type  = "",
+        .params     = "",
+        .help       = "show PCI info",
+        .mhandler.cmd = hmp_info_pci,
+    },
+
+STEXI
address@hidden info pci
address@hidden pci
+show emulated PCI device info
+ETEXI
+
 #if defined(TARGET_I386) || defined(TARGET_SH4) || defined(TARGET_SPARC) || \
     defined(TARGET_PPC) || defined(TARGET_XTENSA)
     {
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]