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