Revision cf1f8169

b/hw/usb/hcd-ehci.c
2045 2045
            ehci_set_state(q->ehci, q->async, EST_HORIZONTALQH);
2046 2046
            break;
2047 2047
        case EHCI_ASYNC_FINISHED:
2048
            /* Should never happen, as this case is caught by fetchqh */
2048
            /*
2049
             * We get here when advqueue moves to a packet which is already
2050
             * finished, which can happen with packets queued up by fill_queue
2051
             */
2049 2052
            ehci_set_state(q->ehci, q->async, EST_EXECUTING);
2050 2053
            break;
2051 2054
        }

Also available in: Unified diff