summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* uhci: stop using portio listsGerd Hoffmann2013-01-081-76/+30
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-071-0/+1
* uhci: Maximize how many frames we catch up when behindHans de Goede2013-01-071-0/+8
* uhci: Limit amount of frames processed in one goHans de Goede2013-01-071-16/+27
* uhci: Add a QH_VALID defineHans de Goede2013-01-071-4/+5
* uhci: Fix pending interrupts getting lost on migrationHans de Goede2013-01-071-1/+2
* uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede2013-01-071-11/+13
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann2012-11-291-0/+1
* uhci: Fix double unlinkHans de Goede2012-11-211-1/+0
* uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede2012-11-211-0/+4
* uhci: Add a completions_only flag for async completionsHans de Goede2012-11-211-4/+10
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-18/+16
* uhci: Don't crash on device disconnectHans de Goede2012-11-011-0/+5
* uhci: Add a uhci_handle_td_error() helper functionHans de Goede2012-11-011-43/+47
* uhci: add ich9 00:1a.* variantsGerd Hoffmann2012-11-011-3/+24
* uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann2012-11-011-14/+18
* uhci: dynamic type generationGerd Hoffmann2012-11-011-126/+70
* uhci: Use only one queue for ctrl endpointsHans de Goede2012-10-251-2/+7
* uhci: Retry to fill the queue while waiting for td completionHans de Goede2012-10-251-3/+13
* uhci: Always mark a queue valid when we encounter itHans de Goede2012-10-251-8/+7
* uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede2012-10-251-0/+4
* uhci: Detect guest td re-useHans de Goede2012-10-251-17/+16
* uhci: Verify queue has not been changed by guestHans de Goede2012-10-251-17/+45
* uhci: Immediately free queues on device disconnectHans de Goede2012-10-251-9/+4
* uhci: Store ep in UHCIQueueHans de Goede2012-10-251-16/+14
* uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede2012-10-251-15/+16
* uhci: Add uhci_read_td() helper functionHans de Goede2012-10-251-10/+11
* uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede2012-10-251-19/+25
* uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede2012-10-251-12/+10
* uhci: Drop unnecessary forward declaration of some static functionsHans de Goede2012-10-251-3/+0
* uhci: Don't retry on errorHans de Goede2012-10-251-43/+19
* uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede2012-10-251-3/+1
* uhci: No need to handle async completion of isoc packetsHans de Goede2012-10-251-26/+3
* usb: Add an int_req flag to USBPacketHans de Goede2012-10-251-1/+2
* usb: Move short-not-ok handling to the coreHans de Goede2012-10-251-3/+4
* usb: Move clearing of queue on halt to the coreHans de Goede2012-10-251-16/+6
* usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede2012-10-251-5/+11
* uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede2012-10-251-7/+3
* uhci: Properly unmap packets on cancel / invalid pidHans de Goede2012-10-251-0/+2
* uhci: Raise interrupt when requested even for non active tdsHans de Goede2012-10-111-1/+9
* uhci: Don't queue up packets after one with the SPD flag setHans de Goede2012-09-131-1/+4
* usb: controllers do not need to check for babble themselvesHans de Goede2012-09-111-5/+0
* usb: unique packet idsGerd Hoffmann2012-08-311-2/+2
* usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede2012-08-311-0/+16
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-2/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-2/+1
* | uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann2012-07-121-0/+12
OpenPOWER on IntegriCloud