summaryrefslogtreecommitdiffstats
path: root/hw/usb/hcd-ehci-pci.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* hw/usb: Fix LGPL information in the file headersThomas Huth2019-01-301-2/+2
* usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-081-53/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* usb: ehci: fix memory leak in ehciLi Qiang2017-02-211-0/+9
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* ehci: fix segfault when hot-unplugging ehci controllerGonglei2015-03-201-0/+10
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2Star
* usb: tag standalone ehci as hotpluggableGerd Hoffmann2014-09-231-1/+11
* usb-ehci: add ehci-pci device exit functionGonglei2014-08-291-0/+14
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-1/+1
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* usb/hcd-ehci: Replace PORTSC macros with variablesKuo-Jung Su2013-06-241-0/+2
* usb/hcd-ehci: Split off instance_init from realizeAndreas Färber2013-06-241-5/+14
* usb/hcd-ehci-sysbus: Convert to QOM realizeAndreas Färber2013-06-241-1/+1
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-2/+2
* usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber2013-01-071-15/+24
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann2012-11-291-0/+1
* ehci: handle dma errorsGerd Hoffmann2012-11-161-0/+17
* ehci: fix migrationGerd Hoffmann2012-11-091-1/+2
* usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2012-11-011-0/+53
* usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann2012-11-011-1/+6
* usb/ehci-pci: dynamic type generationGerd Hoffmann2012-11-011-31/+35
* usb/ehci: split into multiple source filesGerd Hoffmann2012-11-011-0/+138