| Commit message (Expand) | Author | Age | Files | Lines |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 1 | -1/+1 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | hw/usb: Fix LGPL information in the file headers | Thomas Huth | 2019-01-30 | 1 | -2/+2 |
* | usb: move ehci_create_ich9_with_companions to hw/i386 | Paolo Bonzini | 2019-01-08 | 1 | -53/+0 |
* | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2017-10-15 | 1 | -0/+4 |
* | usb: ehci: fix memory leak in ehci | Li Qiang | 2017-02-21 | 1 | -0/+9 |
* | usb: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -0/+1 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Markus Armbruster | 2015-09-11 | 1 | -4/+2 |
* | ehci: fix segfault when hot-unplugging ehci controller | Gonglei | 2015-03-20 | 1 | -0/+10 |
* | pci: Trivial device model conversions to realize | Markus Armbruster | 2015-02-26 | 1 | -4/+2 |
* | usb: tag standalone ehci as hotpluggable | Gerd Hoffmann | 2014-09-23 | 1 | -1/+11 |
* | usb-ehci: add ehci-pci device exit function | Gonglei | 2014-08-29 | 1 | -0/+14 |
* | savevm: Remove all the unneeded version_minimum_id_old (usb) | Juan Quintela | 2014-05-14 | 1 | -1/+1 |
* | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov | 2014-02-10 | 1 | -1/+1 |
* | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum | 2013-10-14 | 1 | -1/+1 |
* | devices: Associate devices to their logical category | Marcel Apfelbaum | 2013-07-29 | 1 | -0/+2 |
* | usb/hcd-ehci: Replace PORTSC macros with variables | Kuo-Jung Su | 2013-06-24 | 1 | -0/+2 |
* | usb/hcd-ehci: Split off instance_init from realize | Andreas Färber | 2013-06-24 | 1 | -5/+14 |
* | usb/hcd-ehci-sysbus: Convert to QOM realize | Andreas Färber | 2013-06-24 | 1 | -1/+1 |
* | dma: eliminate DMAContext | Paolo Bonzini | 2013-06-20 | 1 | -2/+2 |
* | usb/ehci: Clean up SysBus and PCI EHCI split | Andreas Färber | 2013-01-07 | 1 | -15/+24 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | pci: update all users to look in pci/ | Michael S. Tsirkin | 2012-12-17 | 1 | -1/+1 |
* | usb: tag usb host adapters as not hotpluggable. | Gerd Hoffmann | 2012-11-29 | 1 | -0/+1 |
* | ehci: handle dma errors | Gerd Hoffmann | 2012-11-16 | 1 | -0/+17 |
* | ehci: fix migration | Gerd Hoffmann | 2012-11-09 | 1 | -1/+2 |
* | usb/ehci-pci: add helper to create ich9 usb controllers | Gerd Hoffmann | 2012-11-01 | 1 | -0/+53 |
* | usb/ehci-pci: add ich9 00:1a.* variant | Gerd Hoffmann | 2012-11-01 | 1 | -1/+6 |
* | usb/ehci-pci: dynamic type generation | Gerd Hoffmann | 2012-11-01 | 1 | -31/+35 |
* | usb/ehci: split into multiple source files | Gerd Hoffmann | 2012-11-01 | 1 | -0/+138 |