Searched hist:ba22783d6ef821551360890a025cd29b2444e948 (Results 1 – 1 of 1) sorted by relevance
/qemu/tcg/ |
H A D | region.c | ba22783d6ef821551360890a025cd29b2444e948 Sun Mar 14 19:32:18 UTC 2021 Richard Henderson <richard.henderson@linaro.org> tcg: Round the tb_size default from qemu_get_host_physmem
If qemu_get_host_physmem returns an odd number of pages, then physmem / 8 will not be a multiple of the page size.
The following was observed on a gitlab runner:
ERROR qtest-arm/boot-serial-test - Bail out! ERROR:../util/osdep.c:80:qemu_mprotect__osdep: \ assertion failed: (!(size & ~qemu_real_host_page_mask))
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Luis Pires <luis.pires@eldorado.org.br> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|