Age | Commit message (Expand) | Author | Files | Lines |
2022-06-21 | Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 3 | -9/+0 |
2022-06-20 | target/avr: Drop avr_cpu_memory_rw_debug() | Bin Meng | 3 | -9/+0 |
2022-06-20 | target/ppc: cpu_init: Clean up stop state on cpu reset | Frederic Barrat | 1 | -0/+3 |
2022-06-20 | target/ppc: fix unreachable code in fpu_helper.c | Daniel Henrique Barboza | 1 | -1/+1 |
2022-06-20 | target/ppc: avoid int32 multiply overflow in int_helper.c | Daniel Henrique Barboza | 1 | -2/+3 |
2022-06-20 | target/ppc: fix vbpermd in big endian hosts | Matheus Ferst | 1 | -3/+2 |
2022-06-20 | target/ppc: Implemented vector module quadword | Lucas Mateus Castro (alqotel) | 4 | -0/+27 |
2022-06-20 | target/ppc: Implemented vector module word/doubleword | Lucas Mateus Castro (alqotel) | 2 | -0/+15 |
2022-06-20 | target/ppc: Implemented remaining vector divide extended | Lucas Mateus Castro (alqotel) | 4 | -0/+76 |
2022-06-20 | target/ppc: Implemented vector divide extended word | Lucas Mateus Castro (alqotel) | 2 | -0/+51 |
2022-06-20 | target/ppc: Implemented vector divide quadword | Lucas Mateus Castro (alqotel) | 4 | -0/+27 |
2022-06-20 | target/ppc: Implemented vector divide instructions | Lucas Mateus Castro (alqotel) | 2 | -0/+92 |
2022-06-11 | target/mips: Add missing default cases for some nanoMIPS pools | Stefan Pejic | 1 | -0/+19 |
2022-06-11 | target/mips: Fix handling of unaligned memory access for nanoMIPS ISA | Dragan Mladjenovic | 1 | -2/+3 |
2022-06-11 | target/mips: Fix emulation of nanoMIPS BNEC[32] instruction | Dragan Mladjenovic | 1 | -1/+6 |
2022-06-11 | target/mips: Fix emulation of nanoMIPS BPOSGE32C instruction | Dragan Mladjenovic | 2 | -2/+3 |
2022-06-11 | target/mips: Fix emulation of nanoMIPS EXTRV_S.H instruction | Dragan Mladjenovic | 1 | -1/+1 |
2022-06-11 | target/mips: Fix emulation of nanoMIPS MTHLIP instruction | Stefan Pejic | 1 | -1/+1 |
2022-06-11 | target/mips: Fix FTRUNC_S and FTRUNC_U trans helper | Ni Hui | 1 | -2/+2 |
2022-06-11 | target/mips: Fix store adress of high 64bit in helper_msa_st_b() | Ni Hui | 1 | -1/+1 |
2022-06-11 | target/mips: Do not treat msa INSERT as NOP when wd is zero | Ni Hui | 1 | -5/+10 |
2022-06-11 | target/mips: Fix msa checking condition in trans_msa_elm_fn() | Ni Hui | 1 | -1/+1 |
2022-06-11 | target/mips: Fix df_extract_val() and df_extract_df() dfe lookup | Ni Hui | 1 | -3/+3 |
2022-06-11 | target/mips: Fix SAT_S trans helper | Ni Hui | 1 | -1/+1 |
2022-06-11 | target/mips: Fix WatchHi.M handling | Marcin Nowakowski | 3 | -2/+4 |
2022-06-10 | target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12] | Richard Henderson | 2 | -0/+9 |
2022-06-10 | target/arm: Adjust format test in scr_write | Richard Henderson | 1 | -6/+8 |
2022-06-10 | target/arm: Fix Secure PL1 tests in fp_exception_el | Richard Henderson | 1 | -14/+9 |
2022-06-10 | target/arm: Move arm_debug_target_el to debug_helper.c | Richard Henderson | 2 | -21/+21 |
2022-06-10 | target/arm: Create raise_exception_debug | Richard Henderson | 1 | -20/+24 |
2022-06-10 | target/arm: Remove default_exception_el | Richard Henderson | 3 | -26/+0 |
2022-06-10 | target/arm: Introduce helper_exception_with_syndrome | Richard Henderson | 3 | -5/+24 |
2022-06-10 | target/arm: Introduce gen_exception_el_v | Richard Henderson | 1 | -5/+8 |
2022-06-10 | target/arm: Introduce gen_exception | Richard Henderson | 1 | -4/+7 |
2022-06-10 | target/arm: Rename gen_exception to gen_exception_el | Richard Henderson | 1 | -9/+9 |
2022-06-10 | target/arm: Move gen_exception to translate.c | Richard Henderson | 2 | -8/+7 |
2022-06-10 | target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_EL | Richard Henderson | 5 | -18/+4 |
2022-06-10 | target/arm: Create helper_exception_swstep | Richard Henderson | 3 | -9/+20 |
2022-06-10 | target/arm: Introduce gen_exception_insn | Richard Henderson | 5 | -29/+22 |
2022-06-10 | target/arm: Rename gen_exception_insn to gen_exception_insn_el | Richard Henderson | 6 | -52/+53 |
2022-06-10 | target/arm: Introduce gen_exception_insn_el_v | Richard Henderson | 1 | -15/+12 |
2022-06-10 | target/arm: Rename helper_exception_with_syndrome | Richard Henderson | 4 | -10/+10 |
2022-06-10 | target/arm: Move arm_debug_exception_fsr to debug_helper.c | Richard Henderson | 2 | -25/+26 |
2022-06-10 | target/arm: Move exception_bkpt_insn to debug_helper.c | Richard Henderson | 2 | -29/+31 |
2022-06-10 | target/arm: Use is_a64 in arm_generate_debug_exceptions | Richard Henderson | 1 | -1/+1 |
2022-06-10 | target/arm: Move arm_generate_debug_exceptions out of line | Richard Henderson | 3 | -91/+95 |
2022-06-10 | target/arm: Move arm_singlestep_active out of line | Richard Henderson | 3 | -10/+13 |
2022-06-10 | target/arm: Move exception_target_el out of line | Richard Henderson | 2 | -15/+16 |
2022-06-10 | target/arm: Add coproc parameter to syn_fp_access_trap | Richard Henderson | 3 | -6/+18 |
2022-06-10 | target/arm: Mark exception helpers as noreturn | Richard Henderson | 1 | -3/+3 |