Commit f1f9bdb
committed
T9014: Makefile: cap TEST_MEM at 4GB on arm64/aarch64
QEMU's virt board cannot place guest RAM above the 4GiB boundary when
the vCPU only exposes a 32-bit IPA range, aborting with "Addressing
limited to 32 bits, but memory exceeds it by ... bytes". Force
TEST_MEM to 4 on arm64/aarch64 regardless of host RAM to avoid it.1 parent 4058d50 commit f1f9bdb
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
0 commit comments