aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-03-21target/arm: Don't advertise aarch64-pauth.xml to gdbpull-target-arm-20230321Peter Maydell
2023-03-21target/arm: Add Neoverse-N1 registersChen Baozi
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-17Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-03-16target/sh4: Honor QEMU_LOG_FILENAME with QEMU_LOG=cpuIlya Leoshkevich
2023-03-15Fix build without CONFIG_XEN_EMUMiroslav Rezanina
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2023-03-13target/tricore: Use min/max for saturateRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in translate.cRichard Henderson
2023-03-13target/ppc: Fix gen_tlbsx_booke206Richard Henderson
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in fp-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in vsx-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in xxevalRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_* in vmx-impl.c.incRichard Henderson
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vcntmbRichard Henderson
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson
2023-03-13target/arm: Improve trans_BFCIRichard Henderson
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson
2023-03-13target/arm: Improve arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Handle FPROUNDING_ODD in arm_rmode_to_sfRichard Henderson
2023-03-13target/arm: Use rmode >= 0 for need_rmodeRichard Henderson
2023-03-13target/tricore: Avoid tcg_const_i32Richard Henderson
2023-03-13target/tricore: Drop some temp initializationRichard Henderson
2023-03-13target/tricore: Use setcondi instead of explicit allocationRichard Henderson
2023-03-13target/tricore: Rename t_off10 and use tcg_constant_i32Richard Henderson
2023-03-13target/tricore: Split t_n as constant from temp as variableRichard Henderson
2023-03-13tcg/sparc: Avoid tcg_const_tl in gen_edgeRichard Henderson