summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-1/+1
2013-01-08uhci: stop using portio listsGerd Hoffmann1-76/+30
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-0/+1
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede1-0/+8
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede1-16/+27
2013-01-07uhci: Add a QH_VALID defineHans de Goede1-4/+5
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede1-1/+2
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede1-11/+13
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-2/+2
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann1-0/+1
2012-11-21uhci: Fix double unlinkHans de Goede1-1/+0
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede1-0/+4
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede1-4/+10
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-18/+16
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