index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb
/
hcd-ehci.h
Age
Commit message (
Expand
)
Author
2020-10-27
hw/arm/npcm7xx: Add EHCI and OHCI controllers
Havard Skinnemoen
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-03-12
hw/arm/allwinner-h3: add USB host controller
Niek Linnenbank
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-01-30
hw/usb: Fix LGPL information in the file headers
Thomas Huth
2019-01-11
qemu/queue.h: simplify reverse access to QTAILQ
Paolo Bonzini
2019-01-08
hw/usb: Add generic sys-bus EHCI controller
Hongbo Zhang
2017-09-27
ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCs
BALATON Zoltan
2017-06-13
ehci: stop recursive calls to ehci_work_bh
Gerd Hoffmann
2017-02-21
usb: ehci: fix memory leak in ehci
Li Qiang
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
2015-03-20
ehci: fix segfault when hot-unplugging ehci controller
Gonglei
2014-09-23
usb: tag standalone ehci as hotpluggable
Gerd Hoffmann
2014-08-29
usb-ehci: add ehci unrealize funciton
Gonglei
2014-08-29
usb-ehci: add vmstate properity for EHCIState
Gonglei
2013-12-02
trace: Remove trace.h from hw/usb/hcd-ehci.h (less dependencies)
Stefan Weil
2013-09-10
ehci: save device pointer in EHCIState
Gerd Hoffmann
2013-06-24
usb/hcd-ehci: Add Faraday FUSBH200 support
Kuo-Jung Su
2013-06-24
usb/hcd-ehci: Replace PORTSC macros with variables
Kuo-Jung Su
2013-06-24
usb/hcd-ehci: Add Tegra2 SysBus EHCI device
Andreas Färber
2013-06-24
usb/hcd-ehci: Split off instance_init from realize
Andreas Färber
2013-06-24
usb/hcd-ehci-sysbus: Convert to QOM realize
Andreas Färber
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-01-07
usb/ehci: Add SysBus EHCI device for Exynos4210
Andreas Färber
2013-01-07
usb/ehci: Move capsbase and opregbase into SysBus EHCI class
Andreas Färber
2013-01-07
usb/ehci: Clean up SysBus and PCI EHCI split
Andreas Färber
2013-01-07
ehci: Verify a queue's ep direction does not change
Hans de Goede
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
janitor: add guards to headers
Paolo Bonzini
2012-12-04
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2012-11-08
ehci: Add support for packets with both data and an error status
Hans de Goede
2012-11-01
usb/ehci: split into multiple source files
Gerd Hoffmann