aboutsummaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2023-06-06Merge tag 'pull-request-2023-06-06' of https://gitlab.com/thuth/qemu into sta...Richard Henderson6-17/+20
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson1-5/+1
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson1-0/+4
2023-06-05s390x/tcg: Fix CPU address returned by STIDPIlya Leoshkevich2-3/+11
2023-06-05target/s390x: Fix MXDB and MXDBRIlya Leoshkevich4-12/+7
2023-06-05target/s390x: Fix LOCFHR taking the wrong half of R2Ilya Leoshkevich1-1/+1
2023-06-05target/s390x: Fix LCBB overwriting the top 32 bitsIlya Leoshkevich1-1/+1
2023-05-23qemu/atomic128: Split atomic16_readRichard Henderson1-1/+1
2023-05-23target/s390x: Always use cpu_atomic_cmpxchgl_be_mmu in do_csstRichard Henderson1-7/+1
2023-05-23target/s390x: Use cpu_{ld,st}*_mmu in do_csstRichard Henderson1-39/+27
2023-05-23target/s390x: Use tcg_gen_qemu_{ld,st}_i128 for LPQ, STPQRichard Henderson5-91/+9
2023-05-16target/s390x: Fix EXECUTE of relative branchesIlya Leoshkevich1-23/+58
2023-05-16s390x/tcg: Fix LDER instruction formatIlya Leoshkevich1-1/+1
2023-05-16hw/core: Use a callback for target specific query-cpus-fast informationThomas Huth1-0/+8
2023-05-05target/s390x: Finish conversion to tcg_gen_qemu_{ld, st}_*Richard Henderson1-81/+71
2023-04-28s390x/gdb: Split s390-virt.xmlIlya Leoshkevich1-20/+45
2023-04-23tcg: Replace tcg_abort with g_assert_not_reachedRichard Henderson1-2/+2
2023-03-28softmmu: Restrict cpu_check_watchpoint / address_matches to TCG accelPhilippe Mathieu-Daudé1-0/+1
2023-03-24target/s390x: Fix float_comp_to_cc() prototypeCédric Le Goater1-1/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson3-0/+4
2023-03-20target/s390x/tcg/mem_helper: Remove bad assert() statementThomas Huth1-1/+0
2023-03-20target/s390x: Update do_unaligned_access() commentIlya Leoshkevich1-2/+2
2023-03-20target/s390x: Handle STGRL to non-aligned addressesIlya Leoshkevich2-5/+6
2023-03-20target/s390x: Handle STRL to non-aligned addressesIlya Leoshkevich2-7/+8
2023-03-20target/s390x: Handle CLRL and CLGFRL with non-aligned addressesIlya Leoshkevich1-1/+2
2023-03-20target/s390x: Handle CGRL and CLGRL with non-aligned addressesIlya Leoshkevich1-1/+2
2023-03-20target/s390x: Handle CRL and CGFRL with non-aligned addressesIlya Leoshkevich1-1/+2
2023-03-20target/s390x: Handle LLGFRL from non-aligned addressesIlya Leoshkevich2-4/+5
2023-03-20target/s390x: Handle LRL and LGFRL from non-aligned addressesIlya Leoshkevich2-8/+9
2023-03-20target/s390x: Handle LGRL from non-aligned addressesIlya Leoshkevich2-4/+5
2023-03-20target/s390x: Handle EXECUTE of odd addressesIlya Leoshkevich1-2/+10
2023-03-20target/s390x: Handle branching to odd addressesIlya Leoshkevich1-0/+9
2023-03-20target/s390x: Fix EXECUTE of relative long instructionsIlya Leoshkevich3-1/+14
2023-03-20target/s390x: Fix R[NOX]SBG with T=1Ilya Leoshkevich1-0/+4
2023-03-20target/s390x: Implement Early Exception RecognitionIlya Leoshkevich4-1/+45
2023-03-20target/s390x: Fix LPSWIlya Leoshkevich1-10/+12
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell3-331/+21
2023-03-13target/s390x: Avoid tcg_const_i64Richard Henderson1-10/+10
2023-03-13target/s390x: Remove `NB_MMU_MODES` defineAnton Johansson1-1/+0
2023-03-13target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContextRichard Henderson1-17/+0
2023-03-13target/s390x: Remove assert vs g_in2Richard Henderson1-10/+10
2023-03-13target/s390x: Drop tcg_temp_free from translate.cRichard Henderson1-105/+0
2023-03-13target/s390x: Drop tcg_temp_free from translate_vx.c.incRichard Henderson1-143/+0
2023-03-13target/s390x: Drop free_compareRichard Henderson1-45/+1
2023-03-13target/s390x: Fix emulation of C(G)HRLNina Schoetterl-Glausch2-2/+9
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-1/+2
2023-03-05target/s390x: Split out gen_ri2Richard Henderson1-9/+14
2023-03-01accel/tcg: Pass max_insn to gen_intermediate_code by pointerRichard Henderson1-1/+1
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-1/+1
2023-02-27target/s390x: Use tcg_constant_* in translate_vx.c.incRichard Henderson1-25/+20