diff options
| author | Eric Auger | 2018-06-22 14:28:37 +0200 |
|---|---|---|
| committer | Peter Maydell | 2018-06-22 14:28:37 +0200 |
| commit | 17ec075a651a3f9613429c2d97018fce459ed943 (patch) | |
| tree | dec3a524c12b6810fce89b913942d74d8b415777 /include | |
| parent | hw/arm/virt: Add virt-3.0 machine type (diff) | |
| download | qemu-17ec075a651a3f9613429c2d97018fce459ed943.tar.gz qemu-17ec075a651a3f9613429c2d97018fce459ed943.tar.xz qemu-17ec075a651a3f9613429c2d97018fce459ed943.zip | |
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')
| -rw-r--r-- | include/hw/arm/virt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/virt.h b/include/hw/arm/virt.h index 085fdcc287..9a870ccb6a 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 { |
