qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 6/7] usb-ehci: add register names


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 6/7] usb-ehci: add register names
Date: Wed, 23 Nov 2011 18:25:16 +0100

The mmio register name list only had the names for four port status
registers.  We emulate a EHCI adapter with six ports though, the last
two ones are listed as "unknown" in traces.  Fix it.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/usb-ehci.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/usb-ehci.c b/hw/usb-ehci.c
index 2609aba..a946e1d 100644
--- a/hw/usb-ehci.c
+++ b/hw/usb-ehci.c
@@ -467,6 +467,8 @@ static const char *ehci_mmio_names[] = {
     [PORTSC_BEGIN + 4]  = "PORTSC #1",
     [PORTSC_BEGIN + 8]  = "PORTSC #2",
     [PORTSC_BEGIN + 12] = "PORTSC #3",
+    [PORTSC_BEGIN + 16] = "PORTSC #4",
+    [PORTSC_BEGIN + 20] = "PORTSC #5",
     [CONFIGFLAG]        = "CONFIGFLAG",
 };
 
-- 
1.7.1




reply via email to

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