summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-06-213-9/+0Star
|\
| * target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng2022-06-203-9/+0Star
* | target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat2022-06-201-0/+3
* | target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza2022-06-201-1/+1
* | target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza2022-06-201-2/+3
* | target/ppc: fix vbpermd in big endian hostsMatheus Ferst2022-06-201-3/+2Star
* | target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* | target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)2022-06-202-0/+15
* | target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)2022-06-204-0/+76
* | target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)2022-06-202-0/+51
* | target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)2022-06-204-0/+27
* | target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2022-06-202-0/+92
|/
* target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic2022-06-111-0/+19
* target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic2022-06-111-2/+3
* target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic2022-06-111-1/+6
* target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic2022-06-112-2/+3
* target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic2022-06-111-1/+1
* target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic2022-06-111-1/+1
* target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui2022-06-111-2/+2
* target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui2022-06-111-1/+1
* target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui2022-06-111-5/+10
* target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui2022-06-111-1/+1
* target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui2022-06-111-3/+3
* target/mips: Fix SAT_S trans helperNi Hui2022-06-111-1/+1
* target/mips: Fix WatchHi.M handlingMarcin Nowakowski2022-06-113-2/+4
* target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson2022-06-102-0/+9
* target/arm: Adjust format test in scr_writeRichard Henderson2022-06-101-6/+8
* target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson2022-06-101-14/+9Star
* target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson2022-06-102-21/+21
* target/arm: Create raise_exception_debugRichard Henderson2022-06-101-20/+24
* target/arm: Remove default_exception_elRichard Henderson2022-06-103-26/+0Star
* target/arm: Introduce helper_exception_with_syndromeRichard Henderson2022-06-103-5/+24
* target/arm: Introduce gen_exception_el_vRichard Henderson2022-06-101-5/+8
* target/arm: Introduce gen_exceptionRichard Henderson2022-06-101-4/+7
* target/arm: Rename gen_exception to gen_exception_elRichard Henderson2022-06-101-9/+9
* target/arm: Move gen_exception to translate.cRichard Henderson2022-06-102-8/+7Star
* target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson2022-06-105-18/+4Star
* target/arm: Create helper_exception_swstepRichard Henderson2022-06-103-9/+20
* target/arm: Introduce gen_exception_insnRichard Henderson2022-06-105-29/+22Star
* target/arm: Rename gen_exception_insn to gen_exception_insn_elRichard Henderson2022-06-106-52/+53
* target/arm: Introduce gen_exception_insn_el_vRichard Henderson2022-06-101-15/+12Star
* target/arm: Rename helper_exception_with_syndromeRichard Henderson2022-06-104-10/+10
* target/arm: Move arm_debug_exception_fsr to debug_helper.cRichard Henderson2022-06-102-25/+26
* target/arm: Move exception_bkpt_insn to debug_helper.cRichard Henderson2022-06-102-29/+31
* target/arm: Use is_a64 in arm_generate_debug_exceptionsRichard Henderson2022-06-101-1/+1
* target/arm: Move arm_generate_debug_exceptions out of lineRichard Henderson2022-06-103-91/+95
* target/arm: Move arm_singlestep_active out of lineRichard Henderson2022-06-103-10/+13
* target/arm: Move exception_target_el out of lineRichard Henderson2022-06-102-15/+16
* target/arm: Add coproc parameter to syn_fp_access_trapRichard Henderson2022-06-103-6/+18
* target/arm: Mark exception helpers as noreturnRichard Henderson2022-06-101-3/+3