summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-31ehci: Remove unnecessary ehci_flush_qh callHans de Goede1-1/+0
2012-08-31ehci: Schedule async-bh when IAAD bit gets setHans de Goede1-0/+9
2012-08-31ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede1-1/+1
2012-08-31usb: unique packet idsGerd Hoffmann1-4/+5
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-0/+13
2012-08-16ehci: Fix setting of halt bit from usbcmd register updatesHans de Goede1-7/+8
2012-08-16ehci: fix Interrupt Threshold Control implementationGerd Hoffmann1-2/+10
2012-08-15ehci: fix assertion typoAlejandro Martinez Ruiz1-1/+1
2012-07-12ehci: improve expire time calculationGerd Hoffmann1-4/+4
2012-07-12ehci: implement Interrupt Threshold Control supportGerd Hoffmann1-29/+54
2012-07-12ehci: raise irq in the frame timerGerd Hoffmann1-2/+2
2012-07-09ehci: Kick async schedule on wakeup in the non companion caseHans de Goede1-2/+3
2012-07-09usb-ehci: Fix an assert whenever isoc transfers are usedHans de Goede1-0/+1
2012-07-09ehci: don't flush cache on doorbell rings.Gerd Hoffmann1-6/+29
2012-07-09ehci: fix td writebackGerd Hoffmann1-2/+4
2012-07-09ehci: fix ehci_qh_do_overlayGerd Hoffmann1-19/+18
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson1-2/+2
2012-06-20ehci: tracing improvementsGerd Hoffmann1-2/+5
2012-06-20ehci: add live migration supportGerd Hoffmann1-6/+56
2012-06-07ehci: rework frame skippingGerd Hoffmann1-15/+10
2012-06-07ehci: adaptive wakeup rate.Gerd Hoffmann1-18/+39