aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini1-8/+1
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini1-5/+1
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini1-1/+1
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini1-0/+1
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha1-1/+1
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini2-42/+108
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini3-37/+85
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini6-1/+209
2023-10-25target/sparc: Remove disas_sparc_legacyRichard Henderson1-144/+1
2023-10-25target/sparc: Convert FZERO, FONE to decodetreeRichard Henderson2-29/+45
2023-10-25target/sparc: Move FPACK16, FPACKFIX to decodetreeRichard Henderson2-15/+42
2023-10-25target/sparc: Move FPCMP* to decodetreeRichard Henderson2-52/+47
2023-10-25target/sparc: Convert FCMP, FCMPE to decodetreeRichard Henderson2-56/+96
2023-10-25target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetreeRichard Henderson2-113/+91
2023-10-25target/sparc: Move FMOVq, FNEGq, FABSq to decodetreeRichard Henderson2-94/+51
2023-10-25target/sparc: Move FdTOq, FxTOq to decodetreeRichard Henderson2-21/+28
2023-10-25target/sparc: Move FiTOq, FsTOq to decodetreeRichard Henderson2-20/+26
2023-10-25target/sparc: Move FqTOd, FqTOx to decodetreeRichard Henderson2-22/+29
2023-10-25target/sparc: Move FqTOs, FqTOi to decodetreeRichard Henderson2-22/+28
2023-10-25target/sparc: Move FiTOd, FsTOd, FsTOx to decodetreeRichard Henderson2-40/+30
2023-10-25target/sparc: Move gen_fop_FD insns to decodetreeRichard Henderson2-24/+30
2023-10-25target/sparc: Move FDMULQ to decodetreeRichard Henderson2-19/+23
2023-10-25target/sparc: Move FSMULD to decodetreeRichard Henderson2-20/+24
2023-10-25target/sparc: Move gen_fop_QQQ insns to decodetreeRichard Henderson2-26/+30
2023-10-25target/sparc: Move gen_fop_DDD insns to decodetreeRichard Henderson2-27/+32
2023-10-25target/sparc: Move gen_fop_FFF insns to decodetreeRichard Henderson2-27/+31
2023-10-25target/sparc: Move FSQRTq to decodetreeRichard Henderson2-16/+23