summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ehci.c
Commit message (Expand)AuthorAgeFilesLines
* ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster2013-01-141-0/+4
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-1/+18
* ehci: Don't call commit_irq after raising PCDHans de Goede2013-01-071-2/+0
* ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede2013-01-071-1/+4
* ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede2013-01-071-23/+47
* ehci: Verify a queue's ep direction does not changeHans de Goede2013-01-071-0/+19
* ehci: Add an ehci_get_pid helper functionHans de Goede2013-01-071-16/+16
* ehci: Verify qtd for async completed packetsHans de Goede2013-01-071-14/+1
* ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede2013-01-071-0/+14
* ehci: Move get / put_dwords upwardsHans de Goede2013-01-071-42/+42
* ehci: Verify guest does not change the token of inflight qtd-sHans de Goede2013-01-071-6/+4
* ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede2013-01-071-16/+35
* ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede2013-01-071-11/+17
* ehci: Lower timer freq when the periodic schedule is idleHans de Goede2012-12-041-6/+33
* ehci: handle dma errorsGerd Hoffmann2012-11-161-19/+44
* ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann2012-11-161-0/+7
* ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede2012-11-161-3/+6
* ehci: Better detection for qtd-s linked in circlesHans de Goede2012-11-161-3/+6
* ehci: Fixup q->qtdaddr after cancelling an already completed packetHans de Goede2012-11-161-0/+4
* ehci: Don't access packet after freeing itHans de Goede2012-11-161-4/+5
* ehci: Add support for packets with both data and an error statusHans de Goede2012-11-081-84/+77
* ehci: Get rid of the magical PROC_ERR statusHans de Goede2012-11-081-31/+24
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-10/+16
* usb/ehci: split into multiple source filesGerd Hoffmann2012-11-011-423/+3
* usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite2012-11-011-0/+2
* usb/ehci: seperate out PCIismsPeter Crosthwaite2012-11-011-52/+72
* usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite2012-11-011-5/+8
* usb/ehci: parameterise the register region offsetsPeter Crosthwaite2012-11-011-32/+36
* usb: Enforce iso endpoints never returing USB_RET_ASYNCHans de Goede2012-10-251-1/+0
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-2/+4
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-5/+4
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-251-14/+8
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-0/+4
* ehci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-5/+6
* ehci: Detect going in circles when filling the queueHans de Goede2012-10-251-1/+8
* ehci: Speed up the timer of raising int from the async scheduleHans de Goede2012-10-251-1/+12
* ehci: Improve latency of interrupt delivery and async schedule scanningHans de Goede2012-10-251-8/+2
* ehci: Set int flag on a short input packetHans de Goede2012-10-251-0/+4
* ehci: Get rid of packet tbytes fieldHans de Goede2012-10-251-11/+9
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-10/+10
* ehci: Fix interrupt packet MULT handlingHans de Goede2012-09-261-20/+20
* ehci: Walk async schedule before and after migrationHans de Goede2012-09-131-0/+28
* ehci: Don't set seen to 0 when removing unseen queue-headsHans de Goede2012-09-131-6/+18
* ehci: Don't process too much frames in 1 timer tick (v2)Hans de Goede2012-09-121-0/+14
* ehci: Fix interrupts stopping when Interrupt Threshold Control is 8Hans de Goede2012-09-121-1/+1
* ehci: switch to new-style memory opsGerd Hoffmann2012-09-121-89/+84
* ehci: Correct a comment in fetchqtd packet processingHans de Goede2012-09-111-1/+4
* ehci: Handle USB_RET_PROCERR in ehci_fill_queueHans de Goede2012-09-111-3/+6
* ehci: Fix memory leak in handling of NAK-ed packetsHans de Goede2012-09-111-11/+27
* ehci: Add some additional ehci_trace_guest_bug() callsHans de Goede2012-09-111-6/+13
OpenPOWER on IntegriCloud