aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)Author
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
2023-03-20target/s390x: Handle EXECUTE of odd addressesIlya Leoshkevich
2023-03-20target/s390x: Handle branching to odd addressesIlya Leoshkevich
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich
2023-03-20target/s390x: Fix R[NOX]SBG with T=1Ilya Leoshkevich
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich
2023-03-20target/s390x: Fix LPSWIlya Leoshkevich
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson
2023-03-13target/s390x: Remove `NB_MMU_MODES` defineAnton Johansson
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson
2023-03-13target/s390x: Drop free_compareRichard Henderson
2023-03-13target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée
2023-03-05target/s390x: Split out gen_ri2Richard Henderson
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson
2023-02-27target/s390x: Use tcg_constant_i32 for fpinst_extract_m34Richard Henderson
2023-02-27target/s390x: Use tcg_constant_* for DisasCompareRichard Henderson
2023-02-27target/s390x: Use tcg_constant_* in local contextsRichard Henderson
2023-02-27target/s390x: Hoist some computation in access_memmoveRichard Henderson
2023-02-27target/s390x: Inline do_access_{get,set}_byteRichard Henderson
2023-02-27target/s390x: Remove TLB_NOTDIRTY workaroundsRichard Henderson
2023-02-27target/s390x: Tidy access_prepare_nfRichard Henderson
2023-02-27target/s390x: Use void* for haddr in S390AccessRichard Henderson
2023-02-27target/s390x: Pass S390Access pointer into access_prepareRichard Henderson
2023-02-27target/s390x: Fix s390_probe_access for user-onlyRichard Henderson
2023-02-27target/s390x/arch_dump: Simplify memory allocation in s390x_write_elf64_notes()Thomas Huth
2023-02-27target/s390x/arch_dump: Fix memory corruption in s390x_write_elf64_notes()Thomas Huth
2023-02-04target/s390x: Implement CC_OP_NZ in gen_op_calc_ccRichard Henderson
2023-02-04target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSGRichard Henderson
2023-02-04target/s390x: Use Int128 for passing float128Richard Henderson
2023-02-04target/s390x: Use Int128 for returning float128Richard Henderson
2023-02-04target/s390x: Copy wout_x1 to wout_x1_PRichard Henderson
2023-02-04target/s390x: Use Int128 for return from TRERichard Henderson
2023-02-04target/s390x: Use Int128 for return from CKSMRichard Henderson
2023-02-04target/s390x: Use Int128 for return from CLSTRichard Henderson