index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
s390x
/
tcg
/
misc_helper.c
Age
Commit message (
Expand
)
Author
2024-05-29
target/s390x: Simplify per_ifetch, per_check_exception
Richard Henderson
2024-05-29
target/s390x: Raise exception from per_store_real
Richard Henderson
2024-05-29
target/s390x: Raise exception from helper_per_branch
Richard Henderson
2024-05-29
target/s390x: Record separate PER bits in TB flags
Richard Henderson
2024-05-29
target/s390x: Update CR9 bits
Richard Henderson
2024-05-29
target/s390x: Do not use unwind for per_check_exception
Richard Henderson
2024-02-06
target/s390x: Prefer fast cpu_env() over slower CPU QOM cast macro
Philippe Mathieu-Daudé
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-07
hw/s390x/sclp: Have sclp_service_call[_protected]() take S390CPU*
Philippe Mathieu-Daudé
2023-11-07
hw/s390x/css: Have css_do_sic() take S390CPU instead of CPUS390XState
Philippe Mathieu-Daudé
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-01-09
target/s390x/tcg/misc_helper: Remove unused "memory.h" include
Philippe Mathieu-Daudé
2022-11-16
s390x: Fix spelling errors
Thomas Huth
2022-07-06
target/s390x/tcg: SPX: check validity of new prefix
Janis Schoetterl-Glausch
2021-09-06
s390x/tcg: fix and optimize SPX (SET PREFIX)
David Hildenbrand
2021-07-07
target/s390x: start moving TCG-only code to tcg/
Cho, Yu-Chen