On 7/3/19 6:21 PM, Peter Maydell wrote: >> Alistair Francis (1): >> tcg/riscv: Fix RISC-VH host build failure >> >> Richard Henderson (2): >> tcg: Fix mmap lock assert on translation failure >> tcg: Fix expansion of INDEX_op_not_vec > > Hi. This seems to cause an assertion failure running an > x86-64 linux-user guest: > > /home/petmay01/linaro/qemu-for-merges/build/all-linux-static/x86_64-linux-user/qemu-x86_64 > -L ./gnemul/qemu-x86_64 x86_64/ls -l dummyfile > qemu-x86_64: > /home/petmay01/linaro/qemu-for-merges/accel/tcg/translate-all.c:2562: > page_check_range: Assertion `start < ((target_ulong)1 << > L1_MAP_ADDR_SPACE_BITS)' failed. > qemu-x86_64: /home/petmay01/linaro/qemu-for-merges/accel/tcg/cpu-exec.c:703: > cpu_exec: Assertion `!have_mmap_lock()' failed. > Makefile:6: recipe for target 'test' failed
Presumably this is the test from the old linux-user-test-0.3? Well, it works for me, for both x86_64 and aarch64 hosts. What does the rest of this host look like? r~