diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2022-08-10 17:14:26 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2022-09-06 08:04:25 +0100 |
commit | 297368c74d077b24f0bb5c4f1ce541cc23d36815 (patch) | |
tree | b240f6df7f4c99c84cb614530ea98ae75297f286 /hw/core/irq.c | |
parent | cdf7130851318004e6512dbfdb73156fe59c7a59 (diff) | |
download | qemu-297368c74d077b24f0bb5c4f1ce541cc23d36815.zip qemu-297368c74d077b24f0bb5c4f1ce541cc23d36815.tar.gz qemu-297368c74d077b24f0bb5c4f1ce541cc23d36815.tar.bz2 |
accel/tcg: Unlock mmap_lock after longjmp
The mmap_lock is held around tb_gen_code. While the comment
is correct that the lock is dropped when tb_gen_code runs out
of memory, the lock is *not* dropped when an exception is
raised reading code for translation.
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Tested-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/core/irq.c')
0 files changed, 0 insertions, 0 deletions