aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2022-07-11target/arm: Trap non-streaming usage when Streaming SVE is activeRichard Henderson8-2/+195
2022-07-11target/arm: Add infrastructure for disas_smeRichard Henderson5-1/+64
2022-07-11target/arm: Handle SME in aarch64_cpu_dump_stateRichard Henderson1-1/+16
2022-07-07target/arm: Fix qemu-system-arm handling of LPAE block descriptors for highmemPeter Maydell1-1/+1
2022-07-07target/arm: Correctly implement Feat_DoubleLockPeter Maydell2-2/+38
2022-07-07target/arm: Implement AArch32 DBGDEVID, DBGDEVID1, DBGDEVID2Peter Maydell4-0/+55
2022-07-07target/arm: Suppress debug exceptions when OS Lock setPeter Maydell1-0/+3
2022-07-07target/arm: Move define_debug_regs() to debug_helper.cPeter Maydell4-530/+538
2022-07-07target/arm: Fix code style issues in debug helper functionsPeter Maydell1-20/+38
2022-07-07target/arm: Record tagged bit for user-only in sve_probe_pageRichard Henderson1-0/+3
2022-07-07target/arm: Fix MTE check in sve_ldnfff1_rRichard Henderson1-1/+1
2022-07-05disas: Remove libvixl disassemblerThomas Huth1-7/+0
2022-06-28semihosting: Split out common-semi-target.hRichard Henderson1-0/+62
2022-06-28semihosting: Return void from do_common_semihostingRichard Henderson2-3/+3
2022-06-27target/arm: Check V7VE as well as LPAE in arm_pamaxRichard Henderson1-1/+7
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-8/+16
2022-06-27target/arm: Move pred_{full, gvec}_reg_{offset, size} to translate-a64.hRichard Henderson2-36/+38
2022-06-27target/arm: Add SVL to TB flagsRichard Henderson4-1/+21
2022-06-27target/arm: Introduce sve_vqm1_for_el_smRichard Henderson2-9/+32
2022-06-27target/arm: Add cpu properties for SMERichard Henderson4-7/+124
2022-06-27target/arm: Unexport aarch64_add_*_propertiesRichard Henderson2-5/+2
2022-06-27target/arm: Move arm_cpu_*_finalize to internals.hRichard Henderson3-6/+5
2022-06-27target/arm: Generalize cpu_arm_{get, set}_default_vec_lenRichard Henderson1-13/+14
2022-06-27target/arm: Generalize cpu_arm_{get,set}_vqRichard Henderson1-14/+15
2022-06-27target/arm: Create ARMVQMapRichard Henderson4-28/+27
2022-06-27target/arm: Move error for sve%d property to arm_cpu_sve_finalizeRichard Henderson1-8/+7
2022-06-27target/arm: Implement SMSTART, SMSTOPRichard Henderson7-3/+112
2022-06-27target/arm: Add the SME ZA storage to CPUARMStateRichard Henderson2-0/+56
2022-06-27target/arm: Add PSTATE.{SM,ZA} to TB flagsRichard Henderson4-0/+12
2022-06-27target/arm: Add SMIDR_EL1, SMPRI_EL1, SMPRIMAP_EL2Richard Henderson1-0/+33
2022-06-27target/arm: Add SMCR_ELxRichard Henderson2-2/+47
2022-06-27target/arm: Add SVCRRichard Henderson2-0/+19
2022-06-27target/arm: Add ARM_CP_SMERichard Henderson2-0/+23
2022-06-27target/arm: Add syn_smetrapRichard Henderson1-0/+14
2022-06-27target/arm: Add SMEEXC_EL to TB flagsRichard Henderson4-0/+56
2022-06-27target/arm: Implement TPIDR2_EL0Richard Henderson2-0/+33
2022-06-27target/arm: Catch invalid kvm state also for hvfAlexander Graf1-4/+12
2022-06-10target/arm: SCR_EL3.RW is RAO/WI without AArch32 EL[12]Richard Henderson2-0/+9
2022-06-10target/arm: Adjust format test in scr_writeRichard Henderson1-6/+8
2022-06-10target/arm: Fix Secure PL1 tests in fp_exception_elRichard Henderson1-14/+9
2022-06-10target/arm: Move arm_debug_target_el to debug_helper.cRichard Henderson2-21/+21
2022-06-10target/arm: Create raise_exception_debugRichard Henderson1-20/+24
2022-06-10target/arm: Remove default_exception_elRichard Henderson3-26/+0
2022-06-10target/arm: Introduce helper_exception_with_syndromeRichard Henderson3-5/+24
2022-06-10target/arm: Introduce gen_exception_el_vRichard Henderson1-5/+8
2022-06-10target/arm: Introduce gen_exceptionRichard Henderson1-4/+7
2022-06-10target/arm: Rename gen_exception to gen_exception_elRichard Henderson1-9/+9
2022-06-10target/arm: Move gen_exception to translate.cRichard Henderson2-8/+7
2022-06-10target/arm: Remove TBFLAG_ANY.DEBUG_TARGET_ELRichard Henderson5-18/+4
2022-06-10target/arm: Create helper_exception_swstepRichard Henderson3-9/+20