On 3/27/23 10:36, Richard Henderson wrote:
On 3/27/23 01:38, Alex Bennée wrote:
Richard Henderson <richard.hender...@linaro.org> writes:
User setting of -R reserved_va can lead to an assertion
failure in page_set_flags. Sanity check the value of
reserved_va and print an error message instead. Do not
allocate a commpage at all for m-profile cpus.
I see this:
TEST convd on i386
qemu-i386: Unable to reserve 0x100000000 bytes of virtual address space
at 0x8000 (File exists) for use as guest address space (check your
virtual memory ulimit setting, min_mmap_addr or reserve less using -R
option)
on the ubuntu aarch64 static build:
https://gitlab.com/stsquad/qemu/-/jobs/4003523064
Odd. Works on aarch64.ci.qemu.org outside of the gitlab environment.
Bah. I forgot --disable-pie.
r~