aboutsummaryrefslogtreecommitdiff
path: root/include/hw
diff options
context:
space:
mode:
authorEric Auger <eric.auger@redhat.com>2018-06-22 13:28:37 +0100
committerPeter Maydell <peter.maydell@linaro.org>2018-06-22 13:28:37 +0100
commit17ec075a651a3f9613429c2d97018fce459ed943 (patch)
treedec3a524c12b6810fce89b913942d74d8b415777 /include/hw
parent8ae9a1ca5b9bb0b3be06d51914ffba7c20dd62f8 (diff)
downloadqemu-17ec075a651a3f9613429c2d97018fce459ed943.zip
qemu-17ec075a651a3f9613429c2d97018fce459ed943.tar.gz
qemu-17ec075a651a3f9613429c2d97018fce459ed943.tar.bz2
hw/arm/virt: Use 256MB ECAM region by default
With this patch, virt-3.0 machine uses a new 256MB ECAM region by default instead of the legacy 16MB one, if highmem is set (LPAE supported by the guest) and (!firmware_loaded || aarch64). Indeed aarch32 mode FW may not support this high ECAM region. Signed-off-by: Eric Auger <eric.auger@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Andrew Jones <drjones@redhat.com> Message-id: 1529072910-16156-11-git-send-email-eric.auger@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw')
-rw-r--r--include/hw/arm/virt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h
index 085fdcc..9a870cc 100644
--- a/include/hw/arm/virt.h
+++ b/include/hw/arm/virt.h
@@ -98,6 +98,7 @@ typedef struct {
bool no_pmu;
bool claim_edge_triggered_timers;
bool smbios_old_sys_ver;
+ bool no_highmem_ecam;
} VirtMachineClass;
typedef struct {