aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)Author
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann
2012-11-21uhci: Fix double unlinkHans de Goede
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-11-01uhci: Don't crash on device disconnectHans de Goede
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann
2012-11-01uhci: dynamic type generationGerd Hoffmann
2012-10-25uhci: Use only one queue for ctrl endpointsHans de Goede
2012-10-25uhci: Retry to fill the queue while waiting for td completionHans de Goede
2012-10-25uhci: Always mark a queue valid when we encounter itHans de Goede
2012-10-25uhci: When the guest marks a pending td non-active, cancel the queueHans de Goede
2012-10-25uhci: Detect guest td re-useHans de Goede
2012-10-25uhci: Verify queue has not been changed by guestHans de Goede
2012-10-25uhci: Immediately free queues on device disconnectHans de Goede
2012-10-25uhci: Store ep in UHCIQueueHans de Goede
2012-10-25uhci: Make uhci_fill_queue() actually operate on an UHCIQueueHans de Goede
2012-10-25uhci: Add uhci_read_td() helper functionHans de Goede
2012-10-25uhci: Rename UHCIAsync->td to UHCIAsync->td_addrHans de Goede
2012-10-25uhci: Move emptying of the queue's asyncs' queue to uhci_queue_freeHans de Goede
2012-10-25uhci: Drop unnecessary forward declaration of some static functionsHans de Goede
2012-10-25uhci: Don't retry on errorHans de Goede
2012-10-25uhci: cleanup: Add an unlink call to uhci_async_cancel()Hans de Goede
2012-10-25uhci: No need to handle async completion of isoc packetsHans de Goede
2012-10-25usb: Add an int_req flag to USBPacketHans de Goede
2012-10-25usb: Move short-not-ok handling to the coreHans de Goede
2012-10-25usb: Move clearing of queue on halt to the coreHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-10-25uhci: Move checks to continue queuing to uhci_fill_queue()Hans de Goede
2012-10-25uhci: Properly unmap packets on cancel / invalid pidHans de Goede
2012-10-11uhci: Raise interrupt when requested even for non active tdsHans de Goede
2012-09-13uhci: Don't queue up packets after one with the SPD flag setHans de Goede
2012-09-11usb: controllers do not need to check for babble themselvesHans de Goede
2012-08-31usb: unique packet idsGerd Hoffmann
2012-08-31usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-12uhci: initialize expire_time when loading v1 vmstateGerd Hoffmann
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson
2012-06-20uhci: fix uhci_async_cancel_allGerd Hoffmann
2012-06-07uhci: fix irq routingGerd Hoffmann
2012-06-07uhci: zap uhci_pre_saveGerd Hoffmann
2012-06-07uhci: make bandwidth tunableGerd Hoffmann
2012-06-07uhci: use bottom halfGerd Hoffmann
2012-06-07uhci: fix bandwidth managementGerd Hoffmann
2012-04-26usb-uhci: update irq line on resetGerd Hoffmann