aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-uhci.c
AgeCommit message (Expand)Author
2015-05-08uhci: controller is halted after resetGerd Hoffmann
2015-05-08uhci: QOMifyGonglei
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei
2015-03-17uhci: Convert to realizeMarkus Armbruster
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-10-28uhci: remove useless DEBUGGonglei
2014-09-23usb: tag standalone uhci as hotpluggableGerd Hoffmann
2014-08-29usb: add usb host adapters exit traceGonglei
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-02usb: move uhci register defines to header fileGerd Hoffmann
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela
2014-02-18uhci: invalidate queue on device address changesGerd Hoffmann
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-07-30uhci: egsm fixGerd Hoffmann
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-07uhci: Use an intermediate buffer for usb packet dataHans de Goede
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
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