aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+0
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth1-2/+2
2019-01-11qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini1-1/+1
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang1-0/+1
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan1-0/+1
2017-06-13ehci: stop recursive calls to ehci_work_bhGerd Hoffmann1-0/+1
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang1-0/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+3
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei1-0/+1
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann1-0/+1
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei1-0/+1
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei1-0/+1
2013-12-02trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)Stefan Weil1-1/+0
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann1-0/+1
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su1-0/+12
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su1-6/+6
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber1-0/+1
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber1-0/+1
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber1-0/+2
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber1-0/+13
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber1-0/+26
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede1-0/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+4
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede1-0/+1
2012-11-08ehci: Add support for packets with both data and an error statusHans de Goede1-1/+0
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann1-0/+320