aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-11-06Merge tag 'pull-sp-20231105' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi12-1366/+749
2023-11-05target/sparc: Check for invalid cond in gen_compare_regRichard Henderson1-19/+26
2023-11-05target/sparc: Implement UDIV inlineRichard Henderson2-14/+56
2023-11-05target/sparc: Implement UDIVX and SDIVX inlineRichard Henderson4-44/+97
2023-11-05target/sparc: Discard cpu_cond at the end of each insnRichard Henderson1-0/+27
2023-11-05target/sparc: Record entire jump condition in DisasContextRichard Henderson1-11/+16
2023-11-05target/sparc: Merge gen_op_next_insn into only callerRichard Henderson1-7/+2
2023-11-05target/sparc: Pass displacement to advance_jump_condRichard Henderson1-7/+5
2023-11-05target/sparc: Merge advance_jump_uncond_{never,always} into advance_jump_condRichard Henderson1-44/+30
2023-11-05target/sparc: Merge gen_branch2 into advance_pcRichard Henderson1-14/+14
2023-11-05target/sparc: Do flush_cond in advance_jump_condRichard Henderson1-6/+4
2023-11-05target/sparc: Always copy conditions into a new temporaryRichard Henderson1-1/+2
2023-11-05target/sparc: Change DisasCompare.c2 to intRichard Henderson1-15/+18
2023-11-05target/sparc: Remove DisasCompare.is_boolRichard Henderson1-15/+7
2023-11-05target/sparc: Remove CC_OP leftoversRichard Henderson9-173/+26
2023-11-05target/sparc: Remove CC_OP_TADDTV, CC_OP_TSUBTVRichard Henderson4-200/+32
2023-11-05target/sparc: Remove CC_OP_SUB, CC_OP_SUBX, CC_OP_TSUBRichard Henderson3-261/+42
2023-11-05target/sparc: Remove CC_OP_ADD, CC_OP_ADDX, CC_OP_TADDRichard Henderson3-255/+87
2023-11-05target/sparc: Remove CC_OP_DIVRichard Henderson5-110/+93
2023-11-05target/sparc: Remove CC_OP_LOGICRichard Henderson3-53/+28
2023-11-05target/sparc: Split psr and xcc into componentsRichard Henderson5-261/+275
2023-11-05target/sparc: Introduce cpu_put_psr_iccRichard Henderson2-1/+7
2023-11-03linux-user/loongarch64: Use traps to track LSX/LASX usageRichard Henderson1-11/+0
2023-11-03target/loongarch: Support 4K page sizeSong Gao2-6/+5
2023-11-03target/loongarch: Implement query-cpu-model-expansionSong Gao1-0/+64
2023-11-03target/loongarch: Allow user enable/disable LSX/LASX featuresSong Gao2-0/+69
2023-11-03target/loongarch: Add cpu model 'max'Song Gao1-0/+7
2023-11-02target/arm: Correctly propagate stage 1 BTI guarded bit in a two-stage walkPeter Maydell2-3/+5
2023-11-02target/arm: Fix SVE STR incrementRichard Henderson1-2/+3
2023-11-02target/arm: Make FEAT_MOPS SET* insns handle Xs == XZR correctlyPeter Maydell1-3/+12
2023-11-02target/arm: Enable FEAT_MOPS insns in user-mode emulationPeter Maydell1-0/+2
2023-11-02linux-user/elfload: Add missing arm64 hwcap valuesMarielle Novastrider1-0/+5
2023-10-31Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay...Stefan Hajnoczi21-976/+1126
2023-10-30Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into stagingStefan Hajnoczi6-80/+50
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell1-2/+2
2023-10-27target/arm: Move ID_AA64DFR* feature tests togetherPeter Maydell1-5/+5
2023-10-27target/arm: Move ID_AA64PFR* tests togetherPeter Maydell1-43/+43
2023-10-27target/arm: Move ID_AA64ISAR* test functions togetherPeter Maydell1-35/+35
2023-10-27target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2Peter Maydell1-60/+60
2023-10-27target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests togetherPeter Maydell1-30/+30
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell20-972/+1012
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell1-0/+103
2023-10-27target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell1-2/+9
2023-10-27Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi11-3745/+3995
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini2-8/+0
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini1-13/+7
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini2-6/+1
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini1-10/+4
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini1-90/+2
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini1-68/+2