usb-ehci: add register names
commit335b8d2068cbc56ce86b3c89b0fcd1c1eb4b61e2
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 18 Nov 2011 09:49:25 +0000 (18 10:49 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 23 Nov 2011 15:24:06 +0000 (23 16:24 +0100)
tree1a5c482a4faec11c462b6cf8ba1791d725c6e1d4
parentaac882e7ce52f12f1b0712534c2456acea4f03d7
usb-ehci: add register names

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 <kraxel@redhat.com>
hw/usb-ehci.c