aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2023-10-27target/arm: Fix syndrome for FGT traps on ERETPeter Maydell
2023-10-27target/arm: Move ID_AA64DFR* feature tests togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64PFR* tests togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64ISAR* test functions togetherPeter Maydell
2023-10-27target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2Peter Maydell
2023-10-27target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests togetherPeter Maydell
2023-10-27target/arm: Move feature test functions to their own headerPeter Maydell
2023-10-27target/arm: Implement Neoverse N2 CPU modelPeter Maydell
2023-10-27target/arm: Correct minor errors in Cortex-A710 definitionPeter Maydell
2023-10-27Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2023-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini
2023-10-25kvm: require KVM_IRQFD for kernel irqchipPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-25target/i386: check CPUID_PAE to determine 36 bit processor address spaceAni Sinha
2023-10-25target/i386: validate VEX.W for AVX instructionsPaolo Bonzini
2023-10-25target/i386: group common checks in the decoding phasePaolo Bonzini
2023-10-25target/i386: implement SHA instructionsPaolo Bonzini
2023-10-25target/sparc: Remove disas_sparc_legacyRichard Henderson
2023-10-25target/sparc: Convert FZERO, FONE to decodetreeRichard Henderson
2023-10-25target/sparc: Move FPACK16, FPACKFIX to decodetreeRichard Henderson
2023-10-25target/sparc: Move FPCMP* to decodetreeRichard Henderson
2023-10-25target/sparc: Convert FCMP, FCMPE to decodetreeRichard Henderson
2023-10-25target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetreeRichard Henderson
2023-10-25target/sparc: Move FMOVq, FNEGq, FABSq to decodetreeRichard Henderson
2023-10-25target/sparc: Move FdTOq, FxTOq to decodetreeRichard Henderson
2023-10-25target/sparc: Move FiTOq, FsTOq to decodetreeRichard Henderson
2023-10-25target/sparc: Move FqTOd, FqTOx to decodetreeRichard Henderson
2023-10-25target/sparc: Move FqTOs, FqTOi to decodetreeRichard Henderson
2023-10-25target/sparc: Move FiTOd, FsTOd, FsTOx to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_FD insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move FDMULQ to decodetreeRichard Henderson
2023-10-25target/sparc: Move FSMULD to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_QQQ insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_DDD insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_FFF insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move FSQRTq to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_DD insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_fop_FF insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_gsr_fop_DDD insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move PDIST to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_ne_fop_DDD insns to decodetreeRichard Henderson
2023-10-25target/sparc: Move gen_ne_fop_FFF insns to decodetreeRichard Henderson
2023-10-25target/sparc: Use tcg_gen_vec_{add,sub}*Richard Henderson