Searched hist:"52 ba13f042714c4086416973fb88e2465e0888a1" (Results 1 – 1 of 1) sorted by relevance
/qemu/accel/tcg/ |
H A D | user-exec.c | 52ba13f042714c4086416973fb88e2465e0888a1 Tue Jul 09 08:33:36 UTC 2019 Richard Henderson <richard.henderson@linaro.org> tcg: Release mmap_lock on translation fault
Turn helper_retaddr into a multi-state flag that may now also indicate when we're performing a read on behalf of the translator. In this case, release the mmap_lock before the longjmp back to the main cpu loop, and thereby avoid a failing assert therein.
Fixes: https://bugs.launchpad.net/qemu/+bug/1832353 Tested-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|