summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann1-0/+2
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-4/+2
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-7/+7
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-07-30uhci: egsm fixGerd Hoffmann1-0/+7
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede1-8/+13
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