summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-09-02 16:59:38 +0200
committerMichael S. Tsirkin2013-10-14 16:48:51 +0200
commit87f65245db4665edff22242c17546954d9d59c82 (patch)
tree6ef37bca3c202076e49e89e57ead38f7099d5ab2 /include
parentpcie_host: expose address format (diff)
downloadqemu-87f65245db4665edff22242c17546954d9d59c82.tar.gz
qemu-87f65245db4665edff22242c17546954d9d59c82.tar.xz
qemu-87f65245db4665edff22242c17546954d9d59c82.zip
q35: use macro for MCFG property name
Useful to make it accessible through QOM. Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Tested-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/pci/pcie_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci/pcie_host.h b/include/hw/pci/pcie_host.h
index da0f2759f7..33d75bdcf6 100644
--- a/include/hw/pci/pcie_host.h
+++ b/include/hw/pci/pcie_host.h
@@ -28,6 +28,8 @@
#define PCIE_HOST_BRIDGE(obj) \
OBJECT_CHECK(PCIExpressHost, (obj), TYPE_PCIE_HOST_BRIDGE)
+#define PCIE_HOST_MCFG_BASE "MCFG"
+
/* pcie_host::base_addr == PCIE_BASE_ADDR_UNMAPPED when it isn't mapped. */
#define PCIE_BASE_ADDR_UNMAPPED ((hwaddr)-1ULL)