[PATCH v2] hw/arm/virt: Support larger highmem MMIO regions

2025-02-04 Thread Matthew R. Ochs
(currently 512GB). Instead of updating VIRT_HIGH_PCIE_MMIO, introduce a new parameter, highmem-mmio-size, that specifies the MMIO size required to support the VM configuration. Example usage with 1TB MMIO region size: -machine virt,gic-version=3,highmem-mmio-size=1T Signed-off-by: Matthew R. Ochs

[PATCH] hw/arm/virt: Support larger highmem MMIO regions

2025-01-28 Thread Matthew R. Ochs
: Matthew R. Ochs --- docs/system/arm/virt.rst | 4 hw/arm/virt.c| 36 2 files changed, 40 insertions(+) diff --git a/docs/system/arm/virt.rst b/docs/system/arm/virt.rst index e67e7f0f7c50..36344554788a 100644 --- a/docs/system/arm/virt.rst +++ b