aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/misc_helper.c
AgeCommit message (Expand)Author
2024-05-29target/s390x: Simplify per_ifetch, per_check_exceptionRichard Henderson
2024-05-29target/s390x: Raise exception from per_store_realRichard Henderson
2024-05-29target/s390x: Raise exception from helper_per_branchRichard Henderson
2024-05-29target/s390x: Record separate PER bits in TB flagsRichard Henderson
2024-05-29target/s390x: Update CR9 bitsRichard Henderson
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é
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-07hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*Philippe Mathieu-Daudé
2023-11-07hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XStatePhilippe Mathieu-Daudé
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-01-09target/s390x/tcg/misc_helper: Remove unused "memory.h" includePhilippe Mathieu-Daudé
2022-11-16s390x: Fix spelling errorsThomas Huth
2022-07-06target/s390x/tcg: SPX: check validity of new prefixJanis Schoetterl-Glausch
2021-09-06s390x/tcg: fix and optimize SPX (SET PREFIX)David Hildenbrand
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen