diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-10-24 16:26:50 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-10-24 16:26:50 +0100 |
commit | e97da98f1173c764e8fd8d2c84f84ec3bdc87488 (patch) | |
tree | 2c4c6f982b4353e5c223b7d642c52f9258378359 /hw/arm | |
parent | 59811a320d6b2a6db2646f908bb016dd8553df27 (diff) | |
download | qemu-e97da98f1173c764e8fd8d2c84f84ec3bdc87488.zip qemu-e97da98f1173c764e8fd8d2c84f84ec3bdc87488.tar.gz qemu-e97da98f1173c764e8fd8d2c84f84ec3bdc87488.tar.bz2 |
target-arm: Make page size a runtime setting
Rather than defining TARGET_PAGE_BITS to always be 10,
switch to using a value picked at runtime. This allows us
to use 4K pages for modern ARM CPUs (and in particular all
64-bit CPUs) without having to drop support for the old
ARMv5 CPUs which had 1K pages.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'hw/arm')
0 files changed, 0 insertions, 0 deletions