aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxpull-target-arm-20220627Richard Henderson
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson
2022-06-27target/arm: Add cpu properties for SMERichard Henderson
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson
2022-06-27target/arm: Create ARMVQMapRichard Henderson
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson
2022-06-27target/arm: Add SMCR_ELxRichard Henderson
2022-06-27target/arm: Add SVCRRichard Henderson
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson
2022-06-27target/arm: Add syn_smetrapRichard Henderson
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf
2022-06-21Merge tag 'pull-tcg-20220621' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-06-20target/avr: Drop avr_cpu_memory_rw_debug()Bin Meng
2022-06-20target/ppc: cpu_init: Clean up stop state on cpu resetFrederic Barrat
2022-06-20target/ppc: fix unreachable code in fpu_helper.cDaniel Henrique Barboza
2022-06-20target/ppc: avoid int32 multiply overflow in int_helper.cDaniel Henrique Barboza
2022-06-20target/ppc: fix vbpermd in big endian hostsMatheus Ferst
2022-06-20target/ppc: Implemented vector module quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector module word/doublewordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented remaining vector divide extendedLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide extended wordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)
2022-06-11target/mips: Add missing default cases for some nanoMIPS poolsStefan Pejic
2022-06-11target/mips: Fix handling of unaligned memory access for nanoMIPS ISADragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS BNEC[32] instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS BPOSGE32C instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS EXTRV_S.H instructionDragan Mladjenovic
2022-06-11target/mips: Fix emulation of nanoMIPS MTHLIP instructionStefan Pejic
2022-06-11target/mips: Fix FTRUNC_S and FTRUNC_U trans helperNi Hui
2022-06-11target/mips: Fix store adress of high 64bit in helper_msa_st_b()Ni Hui
2022-06-11target/mips: Do not treat msa INSERT as NOP when wd is zeroNi Hui
2022-06-11target/mips: Fix msa checking condition in trans_msa_elm_fn()Ni Hui
2022-06-11target/mips: Fix df_extract_val() and df_extract_df() dfe lookupNi Hui
2022-06-11target/mips: Fix SAT_S trans helperNi Hui
2022-06-11target/mips: Fix WatchHi.M handlingMarcin Nowakowski
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson