aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi10-584/+710
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell3-20/+50
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell3-8/+136
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson5-114/+111
2022-10-10target/arm: Fix cacheattr in get_phys_addr_disabledRichard Henderson1-23/+25
2022-10-10target/arm: Split out get_phys_addr_disabledRichard Henderson1-64/+74
2022-10-10target/arm: Fix ATS12NSO* from S PL1Richard Henderson1-4/+4
2022-10-10target/arm: Pass HCR to attribute subroutines.Richard Henderson1-13/+17
2022-10-10target/arm: Remove env argument from combined_attrs_fwbRichard Henderson1-3/+2
2022-10-10target/arm: Hoist read of *is_secure in S1_ptw_translateRichard Henderson1-10/+12
2022-10-10target/arm: Introduce arm_hcr_el2_eff_secstateRichard Henderson2-10/+21
2022-10-10target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.MRichard Henderson1-2/+2
2022-10-10target/arm: Reorg regime_translation_disabledRichard Henderson1-7/+25
2022-10-10target/arm: Fold secure and non-secure a-profile mmu indexesRichard Henderson7-203/+85
2022-10-10target/arm: Add is_secure parameter to do_ats_writeRichard Henderson1-5/+14
2022-10-10target/arm: Merge regime_is_secure into get_phys_addrRichard Henderson2-44/+42
2022-10-10target/arm: Add TBFLAG_M32.SECURERichard Henderson3-2/+7
2022-10-10target/arm: Add is_secure parameter to v7m_read_half_insnRichard Henderson1-5/+4
2022-10-10target/arm: Split out get_phys_addr_with_secureRichard Henderson2-29/+55
2022-10-10target/arm: Add is_secure parameter to regime_translation_disabledRichard Henderson1-9/+11
2022-10-10target/arm: Fix S2 disabled check in S1_ptw_translateRichard Henderson1-3/+3
2022-10-10target/arm: Add is_secure parameter to get_phys_addr_lpaeRichard Henderson1-10/+10
2022-10-10target/arm: Make the final stage1+2 write to secure be unconditionalRichard Henderson1-11/+10
2022-10-10target/arm: Split s2walk_secure from ipa_secure in get_phys_addrRichard Henderson1-9/+9
2022-10-10target/arm: allow setting SCR_EL3.EnTP2 when FEAT_SME is implementedJerome Forissier2-28/+31
2022-10-10target/arm/kvm: Retry KVM_CREATE_VM call if it fails EINTRPeter Maydell1-1/+3
2022-10-06dump: Replace opaque DumpState pointer with a typed oneJanosch Frank10-48/+44
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-10-05Merge tag 'pull-hex-20221003' of https://github.com/quic/qemu into stagingStefan Hajnoczi9-137/+192
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi31-107/+298
2022-10-04target/sh4: Fix TB_FLAG_UNALIGNRichard Henderson4-74/+86
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson15-19/+19
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson21-0/+183
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-16/+10
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-1/+1
2022-10-03accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson1-4/+0
2022-10-03accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson3-10/+10
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster2-16/+10
2022-10-03Hexagon (gen_tcg_funcs.py): avoid duplicated tcg code on A_CVI_NEWMatheus Tavares Bernardino1-1/+1
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang1-1/+1
2022-09-30Hexagon (target/hexagon) move store size tracking to translationTaylor Simpson3-28/+41
2022-09-30Hexagon (target/hexagon) Change decision to set pkt_has_store_s[01]Taylor Simpson4-10/+17
2022-09-30Hexagon (target/hexagon) add instruction attributes from archlibTaylor Simpson3-98/+133
2022-09-29target/arm: mark SP_EL1 with ARM_CP_EL3_NO_EL2_KEEPJerome Forissier1-1/+1
2022-09-29target/arm: Rearrange cpu64.c so all the CPU initfns are togetherPeter Maydell1-356/+356
2022-09-29target/arm: Update SDCR_VALID_MASK to include SCCDPeter Maydell1-1/+7
2022-09-29target/arm: Make writes to MDCR_EL3 use PMU start/finish callsPeter Maydell1-4/+14
2022-09-29target/arm: Mark registers which call pmu_op_start() as ARM_CP_IOPeter Maydell1-6/+6
2022-09-28Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi1-2/+4
2022-09-27Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi3-6/+13