usb-uhci: add UHCIQueue
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 27 Jan 2012 13:17:06 +0000 (14:17 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 10:13:27 +0000 (11:13 +0100)
commitf8af1e889b7f314cd38a642d28bc3362c1790c97
treef2f43d07bef10748bf3295fdb131c962b5e01189
parent326700e35d2ac05ab83b91bf4857eedcdc049a30
usb-uhci: add UHCIQueue

UHCIAsync structs (in-flight requests) grouped in UHCIQueue now.
Each (active) usb endpoint gets its own UHCIQueue.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-uhci.c