summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede1-6/+33
2012-11-16ehci: handle dma errorsGerd Hoffmann1-19/+44
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann1-0/+7
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede1-3/+6
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede1-3/+6
2012-11-16ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede1-0/+4
2012-11-16ehci: Don't access packet after freeing itHans de Goede1-4/+5
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede1-84/+77
2012-11-08ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-10/+16
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann1-423/+3
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-10-25usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede1-1/+0
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-2/+4
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-5/+4
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-14/+8
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+4
2012-10-25ehci: Retry to fill the queue while waiting for td completionHans de Goede1-5/+6
2012-10-25ehci: Detect going in circles when filling the queueHans de Goede1-1/+8
2012-10-25ehci: Speed up the timer of raising int from the async scheduleHans de Goede1-1/+12
2012-10-25ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede1-8/+2
2012-10-25ehci: Set int flag on a short input packetHans de Goede1-0/+4
2012-10-25ehci: Get rid of packet tbytes fieldHans de Goede1-11/+9
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-10/+10
2012-09-26ehci: Fix interrupt packet MULT handlingHans de Goede1-20/+20
2012-09-13ehci: Walk async schedule before and after migrationHans de Goede1-0/+28
2012-09-13ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede1-6/+18
2012-09-12ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede1-0/+14
2012-09-12ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede1-1/+1
2012-09-12ehci: switch to new-style memory opsGerd Hoffmann1-89/+84
2012-09-11ehci: Correct a comment in fetchqtd packet processingHans de Goede1-1/+4
2012-09-11ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede1-3/+6
2012-09-11ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede1-11/+27
2012-09-11ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede1-6/+13
2012-09-11ehci: add doorbell trace eventsGerd Hoffmann1-1/+2
2012-09-11ehci: trace guest bugsGerd Hoffmann1-6/+20
2012-09-11ehci: check for EHCI_ASYNC_FINISHED first in ehci_free_packetGerd Hoffmann1-6/+6
2012-09-11ehci: Properly report completed but not yet processed packets to the guestHans de Goede1-0/+13
2012-09-11ehci: Properly cleanup packets on cancelHans de Goede1-0/+2
2012-09-11ehci: Update copyright headers to reflect recent workHans de Goede1-0/+5
2012-09-11ehci: Validate qh is not changed unexpectedly by the guestHans de Goede1-11/+28
2012-09-11Revert "ehci: don't flush cache on doorbell rings."Hans de Goede1-29/+6
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede1-4/+0
2012-08-31ehci: Fix interrupt endpoints no longer workingHans de Goede1-2/+11
2012-08-31ehci: handle TD deactivation of inflight packetsGerd Hoffmann1-15/+23
2012-08-31ehci: add ehci_cancel_queue()Gerd Hoffmann1-10/+20
2012-08-31ehci: simplify ehci_state_executingHans de Goede1-12/+1