hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()
commitfa245799b9407fc7b561da185b3d889df5e16a88
authorGavin Shan <gshan@redhat.com>
Wed, 14 Dec 2022 14:27:05 +0000 (14 14:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Dec 2022 11:18:19 +0000 (15 11:18 +0000)
treed3964be43230c5b7bc1e9fb2a5b9f2504a3e3180
parent370bea9d1c78796eec235ed6cb4310f489931a62
hw/arm/virt: Introduce variable region_base in virt_set_high_memmap()

This introduces variable 'region_base' for the base address of the
specific high memory region. It's the preparatory work to optimize
high memory region address assignment.

No functional change intended.

Signed-off-by: Gavin Shan <gshan@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Tested-by: Zhenyu Zhang <zhenyzha@redhat.com>
Message-id: 20221029224307.138822-4-gshan@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c