ehci: add async field to EHCIQueue
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 11 May 2012 07:05:15 +0000 (09:05 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 7 Jun 2012 08:02:22 +0000 (10:02 +0200)
commitae0138a8eab27c9816b2f1b6a47b2cf1c580a1ca
treebf348de5a1a552b3a29fd6101a10742b63315868
parent8f6d5e26b1a2c4e87810b2798f005566a20cfea7
ehci: add async field to EHCIQueue

Keep track whenever a EHCIQueue is part of the async or periodic
schedule.  This way we don't have to pass around the async flag
everywhere but can look it up from the EHCIQueue struct when needed.

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