hw/pcie: Introduce a base class for PCI Express Root Ports
commit9d5154d753920c56b42a2b6069c0b09d74ad8c06
authorMarcel Apfelbaum <marcel@redhat.com>
Mon, 23 Jan 2017 19:20:18 +0000 (23 21:20 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 1 Feb 2017 01:37:17 +0000 (1 03:37 +0200)
tree7064ee2c524bbb69a624cd7fc3b82cb4e3264d7b
parent04eb6247eb1d95728b1e3e0078ba79f5b6d2ac25
hw/pcie: Introduce a base class for PCI Express Root Ports

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>
default-configs/arm-softmmu.mak
default-configs/i386-softmmu.mak
default-configs/x86_64-softmmu.mak
hw/pci-bridge/Makefile.objs
hw/pci-bridge/pcie_root_port.c [new file with mode: 0644]
include/hw/pci/pcie_port.h