aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg
AgeCommit message (Expand)Author
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03tcg: Rename cpu_env to tcg_envRichard Henderson
2023-09-15target/s390x: Use clmul_64Richard Henderson
2023-09-15target/s390x: Use clmul_32* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_16* routinesRichard Henderson
2023-09-15target/s390x: Use clmul_8* routinesRichard Henderson
2023-08-31target/helpers: Remove unnecessary 'qemu/main-loop.h' headerPhilippe Mathieu-Daudé
2023-08-31target/helpers: Remove unnecessary 'exec/cpu_ldst.h' headerPhilippe Mathieu-Daudé
2023-08-23target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich
2023-08-23target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich
2023-08-23target/s390x: Fix VSTL with a large lengthIlya Leoshkevich
2023-08-23target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson
2023-07-25s390x: spelling fixesMichael Tokarev
2023-07-24target/s390x: Fix assertion failure in VFMIN/VFMAX with type 13Ilya Leoshkevich
2023-07-24target/s390x: Make MC raise specification exception when class >= 16Ilya Leoshkevich
2023-07-24target/s390x: Fix ICM with M3=0Ilya Leoshkevich
2023-07-24target/s390x: Fix CONVERT TO LOGICAL/FIXED with out-of-range inputsIlya Leoshkevich
2023-07-24target/s390x: Fix CLM with M3=0Ilya Leoshkevich
2023-07-24target/s390x: Make CKSM raise an exception if R2 is oddIlya Leoshkevich
2023-07-10target/s390x: Fix relative long instructions with large offsetsIlya Leoshkevich
2023-07-10target/s390x: Fix LRA overwriting the top 32 bits on DAT errorIlya Leoshkevich
2023-07-10target/s390x: Fix MVCRL with a large value in R0Ilya Leoshkevich
2023-07-10target/s390x: Fix MDEB and MDEBRIlya Leoshkevich
2023-07-10target/s390x: Fix EPSW CC reportingIlya Leoshkevich
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05target/s390x: Fix MXDB and MXDBRIlya Leoshkevich
2023-06-05target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich
2023-06-05target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich
2023-05-05target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé
2023-03-20target/s390x/tcg/mem_helper: Remove bad assert() statementThomas Huth
2023-03-20target/s390x: Update do_unaligned_access() commentIlya Leoshkevich
2023-03-20target/s390x: Handle STGRL to non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle STRL to non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CLRL and CLGFRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CGRL and CLGRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle CRL and CGFRL with non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LLGFRL from non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LRL and LGFRL from non-aligned addressesIlya Leoshkevich
2023-03-20target/s390x: Handle LGRL from non-aligned addressesIlya Leoshkevich