aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge/xio3130_downstream.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-08pcie_root_port: Add hotplug disabling optionJulia Suvorova1-1/+1
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-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-07-12xio3130_downstream: typo fixMichael S. Tsirkin1-1/+1
2019-07-01pcie: check that slt ctrl changed before deletingMichael S. Tsirkin1-1/+4
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-11-05hw/pci-bridge/xio3130: Remove unused functionsPhilippe Mathieu-Daudé1-27/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2018-02-08pci/bus: let it has higher migration priorityPeter Xu1-0/+1
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-10-15xio3130_downstream: Report error if pcie_chassis_add_slot() failedEduardo Habkost1-0/+1
2017-07-03pci: Convert to realizeMao Zhongyi1-11/+9
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert1-1/+1
2017-01-10pcie_aer: support configurable AER capa versionDou Liyang1-1/+2
2017-01-10pcie_aer: Convert pcie_aer_init to ErrorCao jin1-1/+2
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster1-9/+0
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-1/+5
2016-06-17fix some coding style problemsCao jin1-1/+5
2016-02-19aer: impove pcie_aer_init to support vfio deviceChen Fan1-1/+1
2016-02-16change type of pci_bridge_initfn() to voidCao jin1-5/+1
2016-01-29pci: Clean up includesPeter Maydell1-0/+1
2014-08-25pcie: Rename the pcie_cap_ari_* functions to pcie_cap_arifwd_*Knut Omang1-2/+2
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum1-0/+7
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-1/+0
2013-07-29pcie_port: Turn PCIEPort and PCIESlot into abstract QOM typesAndreas Färber1-23/+8
2013-07-29pci-bridge: Turn PCIBridge into abstract QOM typeAndreas Färber1-9/+9
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-1/+1
2013-04-08hw: move PCI bridges to hw/pci-* or hw/ARCHPaolo Bonzini1-0/+217