aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge/xio3130_downstream.c
AgeCommit message (Expand)Author
2023-12-30hw/pci-bridge: Constify VMStateRichard Henderson
2022-12-21pci: drop redundant PCIDeviceClass::is_bridge fieldIgor Mammedov
2022-03-06pci: expose TYPE_XIO3130_DOWNSTREAM nameIgor Mammedov
2022-03-06pci-bridge/xio3130_downstream: Fix error handlingJonathan Cameron
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin
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-11-05hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan
2018-02-08pci/bus: let it has higher migration priorityPeter Xu
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost
2017-07-03pci: Convert to realizeMao Zhongyi
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-06-17fix some coding style problemsCao jin
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan
2016-02-16change type of pci_bridge_initfn() to voidCao jin
2016-01-29pci: Clean up includesPeter Maydell
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas 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-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini