usb-ehci: drop EXECUTING checks.
commitd05393071ad4cb72ae69f77f9f61fc451251521f
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 20 May 2011 20:08:44 +0000 (20 22:08 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jun 2011 10:56:49 +0000 (14 12:56 +0200)
treee3b320dfde59dcb94b7919628b26bbc5119c3611
parent07771f6fcebdb12de6dca537423f56299ed9b4b9
usb-ehci: drop EXECUTING checks.

The state machine doesn't stop in EXECUTING state any more when async
packets are in flight, so the checks are not needed any more and can
be dropped.

Also kick out the check for the frame timer.  As we don't stop & sleep
any more on async packets this is obsolete.

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