hw/arm/virt: Put GIC register banks on 64K boundaries
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 24 Apr 2014 17:54:42 +0000 (18:54 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 1 May 2014 14:25:52 +0000 (15:25 +0100)
commit3078e848faed0d6bf03d1ae789975abab9cb7778
tree2c167f5dad1c556d473c5a7cbd199c512f68a7af
parent642047438446246d98d96f7528a5dc9763473112
hw/arm/virt: Put GIC register banks on 64K boundaries

For an AArch64 CPU which supports 64K pages, having the GIC
register banks at 4K offsets is potentially awkward. Move
them out to being at 64K offsets. (This is harmless for
AArch32 CPUs and for AArch64 CPUs with 4K pages, so it is simpler
to use the same offsets everywhere than to try to use 64K offsets
only for AArch64 host CPUs.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1398362083-17737-3-git-send-email-peter.maydell@linaro.org
hw/arm/virt.c