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
Age
Commit message (
Expand
)
Author
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
tcg: Rename cpu_env to tcg_env
Richard Henderson
2023-09-15
target/s390x: Use clmul_64
Richard Henderson
2023-09-15
target/s390x: Use clmul_32* routines
Richard Henderson
2023-09-15
target/s390x: Use clmul_16* routines
Richard Henderson
2023-09-15
target/s390x: Use clmul_8* routines
Richard Henderson
2023-08-31
target/helpers: Remove unnecessary 'qemu/main-loop.h' header
Philippe Mathieu-Daudé
2023-08-31
target/helpers: Remove unnecessary 'exec/cpu_ldst.h' header
Philippe Mathieu-Daudé
2023-08-23
target/s390x: Fix the "ignored match" case in VSTRS
Ilya Leoshkevich
2023-08-23
target/s390x: Use a 16-bit immediate in VREP
Ilya Leoshkevich
2023-08-23
target/s390x: Fix VSTL with a large length
Ilya Leoshkevich
2023-08-23
target/s390x: Check reserved bits of VFMIN/VFMAX's M5
Ilya Leoshkevich
2023-07-31
target/s390x: Move trans_exc_code update to do_program_interrupt
Richard Henderson
2023-07-25
s390x: spelling fixes
Michael Tokarev
2023-07-24
target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13
Ilya Leoshkevich
2023-07-24
target/s390x: Make MC raise specification exception when class >= 16
Ilya Leoshkevich
2023-07-24
target/s390x: Fix ICM with M3=0
Ilya Leoshkevich
2023-07-24
target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputs
Ilya Leoshkevich
2023-07-24
target/s390x: Fix CLM with M3=0
Ilya Leoshkevich
2023-07-24
target/s390x: Make CKSM raise an exception if R2 is odd
Ilya Leoshkevich
2023-07-10
target/s390x: Fix relative long instructions with large offsets
Ilya Leoshkevich
2023-07-10
target/s390x: Fix LRA overwriting the top 32 bits on DAT error
Ilya Leoshkevich
2023-07-10
target/s390x: Fix MVCRL with a large value in R0
Ilya Leoshkevich
2023-07-10
target/s390x: Fix MDEB and MDEBR
Ilya Leoshkevich
2023-07-10
target/s390x: Fix EPSW CC reporting
Ilya Leoshkevich
2023-06-06
Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2023-06-05
accel/tcg: Introduce translator_io_start
Richard Henderson
2023-06-05
tcg: Pass TCGHelperInfo to tcg_gen_callN
Richard Henderson
2023-06-05
target/s390x: Fix MXDB and MXDBR
Ilya Leoshkevich
2023-06-05
target/s390x: Fix LOCFHR taking the wrong half of R2
Ilya Leoshkevich
2023-06-05
target/s390x: Fix LCBB overwriting the top 32 bits
Ilya Leoshkevich
2023-05-23
qemu/atomic128: Split atomic16_read
Richard Henderson
2023-05-23
target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csst
Richard Henderson
2023-05-23
target/s390x: Use cpu_{ld,st}*_mmu in do_csst
Richard Henderson
2023-05-23
target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQ
Richard Henderson
2023-05-16
target/s390x: Fix EXECUTE of relative branches
Ilya Leoshkevich
2023-05-16
s390x/tcg: Fix LDER instruction format
Ilya Leoshkevich
2023-05-05
target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*
Richard Henderson
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-03-28
softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accel
Philippe Mathieu-Daudé
2023-03-20
target/s390x/tcg/mem_helper: Remove bad assert() statement
Thomas Huth
2023-03-20
target/s390x: Update do_unaligned_access() comment
Ilya Leoshkevich
2023-03-20
target/s390x: Handle STGRL to non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle STRL to non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle CLRL and CLGFRL with non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle CGRL and CLGRL with non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle CRL and CGFRL with non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle LLGFRL from non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle LRL and LGFRL from non-aligned addresses
Ilya Leoshkevich
2023-03-20
target/s390x: Handle LGRL from non-aligned addresses
Ilya Leoshkevich
[next]