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