aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-bridge/pcie_root_port.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-12gen_pcie_root_port: Add ACS (Access Control Services) capabilityKnut Omang1-0/+4
2018-12-19pcie: Add link speed and width fields to PCIESlotAlex Williamson1-0/+14
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-1/+0
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+4
2017-07-03pci: Convert to realizeMao Zhongyi1-9/+9
2017-02-01hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum1-0/+171