aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)Author
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede
2012-10-25ehci: Set int flag on a short input packetHans de Goede
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann
2012-09-11ehci: trace guest bugsGerd Hoffmann
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann
2012-08-31ehci: simplify ehci_state_executingHans de Goede
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede
2012-08-31usb: unique packet idsGerd Hoffmann
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann