diff options
| author | Michael S. Tsirkin | 2013-09-10 09:16:02 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2013-10-14 16:48:51 +0200 |
| commit | cbcaf79e3ce1b14084f3e3f4f64365e9bfd70e6a (patch) | |
| tree | 7431962884b5587f266798d33da0cb7e4f5a6837 /include | |
| parent | q35: use macro for MCFG property name (diff) | |
| download | qemu-cbcaf79e3ce1b14084f3e3f4f64365e9bfd70e6a.tar.gz qemu-cbcaf79e3ce1b14084f3e3f4f64365e9bfd70e6a.tar.xz qemu-cbcaf79e3ce1b14084f3e3f4f64365e9bfd70e6a.zip | |
q35: expose mmcfg size as a property
Address is already exposed, expose size for symmetry.
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/pci/pcie_host.h b/include/hw/pci/pcie_host.h index 33d75bdcf6..acca45ed58 100644 --- a/include/hw/pci/pcie_host.h +++ b/include/hw/pci/pcie_host.h @@ -29,6 +29,7 @@ OBJECT_CHECK(PCIExpressHost, (obj), TYPE_PCIE_HOST_BRIDGE) #define PCIE_HOST_MCFG_BASE "MCFG" +#define PCIE_HOST_MCFG_SIZE "mcfg_size" /* pcie_host::base_addr == PCIE_BASE_ADDR_UNMAPPED when it isn't mapped. */ #define PCIE_BASE_ADDR_UNMAPPED ((hwaddr)-1ULL) |
