qemu/target/s390x
Richard Henderson 8b94ec53f3 target/s390x: Move trans_exc_code update to do_program_interrupt
This solves a problem in which the store to LowCore during tlb_fill
triggers a clean-page TB invalidation for page0 during translation,
which results in an assertion failure for locked pages.

By delaying the store until after the exception has been raised,
we will have unwound the pages locked for translation and the
problem does not arise.  There are plenty of other updates to
LowCore while delivering an interrupt/exception; trans_exc_code
does not need to be special.

Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-07-31 12:19:13 -07:00
..
kvm
tcg target/s390x: Move trans_exc_code update to do_program_interrupt 2023-07-31 12:19:13 -07:00
arch_dump.c
cpu-dump.c
cpu-param.h
cpu-qom.h
cpu-sysemu.c
cpu.c
cpu.h
cpu_features.c s390x: spelling fixes 2023-07-25 17:13:45 +03:00
cpu_features.h
cpu_features_def.h
cpu_features_def.h.inc
cpu_models.c s390x: spelling fixes 2023-07-25 17:13:45 +03:00
cpu_models.h
cpu_models_sysemu.c
cpu_models_user.c
diag.c
gdbstub.c
gen-features.c
helper.c
helper.h target/s390x: Fix LRA overwriting the top 32 bits on DAT error 2023-07-10 15:34:24 +02:00
interrupt.c
ioinst.c
Kconfig
machine.c
meson.build
mmu_helper.c target/s390x: Fix LRA when DAT is off 2023-07-10 15:34:24 +02:00
s390x-internal.h
sigp.c
trace-events
trace.h