aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci-sysbus.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell1-1/+1
2024-02-20hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé1-1/+1
2023-12-30hw/usb: Constify VMStateRichard Henderson1-1/+1
2021-03-26hw/usb/hcd-ehci-sysbus: Free USBPacket on instance finalize()Philippe Mathieu-Daudé1-0/+9
2020-10-27hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen1-0/+19
2020-03-12hw/arm/allwinner-h3: add USB host controllerNiek Linnenbank1-0/+17
2020-02-28hw/usb/hcd-ehci-sysbus: Remove obsolete xlnx, ps7-usb classGuenter Roeck1-17/+0
2020-02-21hcd-ehci: Introduce "companion-enable" sysbus propertyGuenter Roeck1-0/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-30hw/usb: Fix LGPL information in the file headersThomas Huth1-2/+2
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang1-0/+17
2017-09-27ehci: Add ppc4xx-ehci for the USB 2.0 controller in embedded PPC SoCsBALATON Zoltan1-0/+25
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei1-0/+10
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+9
2013-07-04hw/[u-x]*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-06-24usb/hcd-ehci: Add Faraday FUSBH200 supportKuo-Jung Su1-0/+75
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su1-0/+6
2013-06-24usb/hcd-ehci: Add Tegra2 SysBus EHCI deviceAndreas Färber1-0/+15
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber1-3/+13
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber1-7/+6
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-1/+1
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber1-0/+15
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber1-2/+13
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber1-9/+10
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite1-0/+1
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann1-0/+77