summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann1-14/+18
2012-11-01uhci: dynamic type generationGerd Hoffmann1-126/+70
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede1-2/+7
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede1-3/+13
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede1-8/+7
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede1-0/+4
2012-10-25uhci: Detect guest td re-useHans de Goede1-17/+16
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede1-17/+45
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede1-9/+4
2012-10-25uhci: Store ep in UHCIQueueHans de Goede1-16/+14
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede1-15/+16
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede1-10/+11
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede1-19/+25
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede1-12/+10
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede1-3/+0
2012-10-25uhci: Don't retry on errorHans de Goede1-43/+19
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede1-3/+1
2012-10-25uhci: No need to handle async completion of isoc packetsHans de Goede1-26/+3
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede1-1/+2
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede1-3/+4
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede1-16/+6
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-5/+11
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede1-7/+3
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede1-0/+2
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede1-1/+9
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede1-1/+4
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede1-5/+0
2012-08-31usb: unique packet idsGerd Hoffmann1-2/+2
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede1-0/+16
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-2/+1
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann1-0/+12
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-2/+1
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson1-1/+1
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann1-2/+2
2012-06-07uhci: fix irq routingGerd Hoffmann1-2/+19
2012-06-07uhci: zap uhci_pre_saveGerd Hoffmann1-8/+0
2012-06-07uhci: make bandwidth tunableGerd Hoffmann1-2/+4
2012-06-07uhci: use bottom halfGerd Hoffmann1-1/+13
2012-06-07uhci: fix bandwidth managementGerd Hoffmann1-10/+12
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann1-0/+1
2012-04-17usb-uhci: queuing fixGerd Hoffmann1-3/+10
2012-04-17usb-uhci: stop queue filling when we find a in-flight tdGerd Hoffmann1-0/+3
2012-03-13uhci: alloc can't fail, drop check.Gerd Hoffmann1-2/+0
2012-03-13uhci: new uhci_handle_td return code for tds still in flightGerd Hoffmann1-5/+7
2012-03-13uhci: renumber uhci_handle_td return codesGerd Hoffmann1-4/+4
2012-03-13uhci: use enum for uhci_handle_td return codesGerd Hoffmann1-16/+23
2012-03-13uhci: tracing supportGerd Hoffmann1-55/+32