Age | Commit message (Expand) | Author |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
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-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | pci: Make is_bridge a bool | David Gibson |
2018-12-20 | pci/shpc: perform unplug via the hotplug handler | David Hildenbrand |
2018-12-20 | pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridge | David Hildenbrand |
2018-12-20 | pci/shpc: rename hotplug handler callbacks | David Hildenbrand |
2018-09-07 | hw/pci: add PCI resource reserve capability to legacy PCI bridge | Jing Liu |
2018-02-08 | pci/bus: let it has higher migration priority | Peter Xu |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-07-03 | pci: Convert shpc_init() to Error | Mao Zhongyi |
2017-05-18 | Revert "hw/pci: disable pci-bridge's shpc by default" | Marcel Apfelbaum |
2017-02-01 | hw/pci: disable pci-bridge's shpc by default | Marcel Apfelbaum |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-07-05 | pci bridge dev: change msi property type | Cao jin |
2016-06-17 | fix some coding style problems | Cao jin |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-11 | msi_supported -> msi_nonbroken | Michael S. Tsirkin |
2016-02-16 | change type of pci_bridge_initfn() to void | Cao jin |
2016-01-29 | pci: Clean up includes | Peter Maydell |
2015-06-23 | hw/pci-bridge: introduce "shpc" property | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: add macro for "msi" property | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: add macro for "chassis_nr" property | Laszlo Ersek |
2015-06-23 | hw/pci-bridge: expose _test parameter in SHPC_VMSTATE() | Laszlo Ersek |
2015-06-23 | add pci-bridge-seat | Gerd Hoffmann |
2015-02-16 | pci: split shpc_cleanup and shpc_free | Paolo Bonzini |
2014-10-15 | qdev: HotplugHandler: Rename unplug callback to unplug_request | Igor Mammedov |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-02-10 | pci/shpc: convert SHPC hotplug to use hotplug-handler API | Igor Mammedov |
2013-10-14 | hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc init | Marcel Apfelbaum |
2013-07-29 | pci-bridge-dev: QOM parent field cleanup | Andreas Färber |
2013-07-29 | pci-bridge: Turn PCIBridge into abstract QOM type | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-04 | hw/p*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-04-08 | hw: move PCI bridges to hw/pci-* or hw/ARCH | Paolo Bonzini |