summaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pci_bridge_dev.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29pci: Make is_bridge a boolDavid Gibson
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand
2018-09-07hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu
2018-02-08pci/bus: let it has higher migration priorityPeter Xu
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi
2017-05-18Revert "hw/pci: disable pci-bridge's shpc by default"Marcel Apfelbaum
2017-02-01hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-07-05pci bridge dev: change msi property typeCao jin
2016-06-17fix some coding style problemsCao jin
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-01-29pci: Clean up includesPeter Maydell
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek
2015-06-23add pci-bridge-seatGerd Hoffmann
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov
2013-10-14hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum
2013-07-29pci-bridge-dev: QOM parent field cleanupAndreas Färber
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini