summaryrefslogtreecommitdiffstats
path: root/hw/pci-bridge/pcie_root_port.c
Commit message (Collapse)AuthorAgeFilesLines
* hw/pcie: Introduce a base class for PCI Express Root PortsMarcel Apfelbaum2017-02-011-0/+171
The 'base' PCI Express Root Port includes the common code to be re-used for all Root Ports implementations. Most of the code was taken from the current implementation of Intel's IOH 3420 Root Port. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>