aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/hcd-ehci-pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTSPhilippe Mathieu-Daudé1-1/+1
2023-12-30hw/usb: Constify VMStateRichard Henderson1-1/+1
2023-06-09hw/usb/hcd-ehci-pci: Simplify using DEVICE_GET_CLASS() macroPhilippe Mathieu-Daudé1-1/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
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-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-53/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-02-21usb: ehci: fix memory leak in ehciLi Qiang1-0/+9
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei1-0/+10
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2014-09-23usb: tag standalone ehci as hotpluggableGerd Hoffmann1-1/+11
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei1-0/+14
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-1/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+2
2013-06-24usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su1-0/+2
2013-06-24usb/hcd-ehci: Split off instance_init from realizeAndreas Färber1-5/+14
2013-06-24usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber1-1/+1
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-2/+2
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber1-15/+24
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann1-0/+1
2012-11-16ehci: handle dma errorsGerd Hoffmann1-0/+17
2012-11-09ehci: fix migrationGerd Hoffmann1-1/+2
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann1-0/+53
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann1-1/+6
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann1-31/+35
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann1-0/+138