summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-uhci.c
Commit message (Expand)AuthorAgeFilesLines
* uhci: controller is halted after resetGerd Hoffmann2015-05-081-1/+1
* uhci: QOMifyGonglei2015-05-081-12/+31
* uhci: fix segfault when hot-unplugging uhci controllerGonglei2015-03-201-6/+6
* uhci: Convert to realizeMarkus Armbruster2015-03-171-10/+8
* usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-171-3/+7
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* uhci: remove useless DEBUGGonglei2014-10-281-3/+0
* usb: tag standalone uhci as hotpluggableGerd Hoffmann2014-09-231-3/+13
* usb: add usb host adapters exit traceGonglei2014-08-291-0/+2
* usb-uhci: clean up uhci resource when pci-uhci exitGonglei2014-08-291-0/+22
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-35/+1
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-4/+2
* uhci: invalidate queue on device address changesGerd Hoffmann2014-02-181-0/+2
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-4/+2
* usb: Pass size to usb_bus_new()Andreas Färber2013-08-301-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-7/+7
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* uhci: egsm fixGerd Hoffmann2013-07-301-0/+7
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+3
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* uhci: Use an intermediate buffer for usb packet dataHans de Goede2013-05-071-8/+13
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-1/+1
* 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
OpenPOWER on IntegriCloud