aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pci_bridge_dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-30hw/pci-bridge: Constify VMStateRichard Henderson1-1/+1
2023-01-28pci_bridge: remove whitespaceIgor Mammedov1-1/+0
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov1-1/+0
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-2/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-1/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-29pci: Make is_bridge a boolDavid Gibson1-1/+1
2018-12-20pci/shpc: perform unplug via the hotplug handlerDavid Hildenbrand1-0/+10
2018-12-20pci: Reuse pci-bridge hotplug handler handlers for pcie-pci-bridgeDavid Hildenbrand1-6/+6
2018-12-20pci/shpc: rename hotplug handler callbacksDavid Hildenbrand1-9/+8
2018-09-07hw/pci: add PCI resource reserve capability to legacy PCI bridgeJing Liu1-0/+24
2018-02-08pci/bus: let it has higher migration priorityPeter Xu1-0/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+1
2017-07-03pci: Convert shpc_init() to ErrorMao Zhongyi1-8/+6
2017-05-18Revert "hw/pci: disable pci-bridge's shpc by default"Marcel Apfelbaum1-1/+1
2017-02-01hw/pci: disable pci-bridge's shpc by defaultMarcel Apfelbaum1-1/+1
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-4/+16
2016-07-05pci bridge dev: change msi property typeCao jin1-6/+7
2016-06-17fix some coding style problemsCao jin1-0/+4
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-5/+3
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2015-06-23hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek1-16/+70
2015-06-23hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek1-1/+2
2015-06-23hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek1-1/+2
2015-06-23hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek1-1/+1
2015-06-23add pci-bridge-seatGerd Hoffmann1-1/+24
2015-02-16pci: split shpc_cleanup and shpc_freePaolo Bonzini1-4/+10
2014-10-15qdev: HotplugHandler: Rename unplug callback to unplug_requestIgor Mammedov1-1/+1
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-2/+0
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+9
2013-10-14hw/pci-bridge: set PCI_INTERRUPT_PIN register before shpc initMarcel Apfelbaum1-1/+1
2013-07-29pci-bridge-dev: QOM parent field cleanupAndreas Färber1-8/+14
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-5/+5
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/p*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+158