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