aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/excp_helper.c
AgeCommit message (Expand)Author
2024-05-29target/s390x: Do not use unwind for per_check_exceptionRichard Henderson
2024-02-06target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macroPhilippe Mathieu-Daudé
2023-08-31target/helpers: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson
2023-07-24target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich
2023-03-20target/s390x: Update do_unaligned_access() commentIlya Leoshkevich
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich
2023-01-09target/s390x/tcg/excp_helper: Restrict system headers to sysemuPhilippe Mathieu-Daudé
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-11-01accel/tcg: Remove will_exit argument from cpu_restore_stateRichard Henderson
2022-04-21compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé
2021-11-02target/s390x: Implement s390x_cpu_record_sigbusRichard Henderson
2021-11-02target/s390x: Implement s390_cpu_record_sigsegvRichard Henderson
2021-09-06s390x/mmu_helper: move address validation into mmu_translate*()David Hildenbrand
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen