Age | Commit message (Expand) | Author | Files | Lines |
2023-10-31 | Merge tag 'pull-target-arm-20231027' of https://git-us.linaro.org/people/pmay... | Stefan Hajnoczi | 21 | -976/+1126 |
2023-10-30 | Merge tag 'pull-hex-20231018' of https://github.com/quic/qemu into staging | Stefan Hajnoczi | 6 | -80/+50 |
2023-10-27 | target/arm: Fix syndrome for FGT traps on ERET | Peter Maydell | 1 | -2/+2 |
2023-10-27 | target/arm: Move ID_AA64DFR* feature tests together | Peter Maydell | 1 | -5/+5 |
2023-10-27 | target/arm: Move ID_AA64PFR* tests together | Peter Maydell | 1 | -43/+43 |
2023-10-27 | target/arm: Move ID_AA64ISAR* test functions together | Peter Maydell | 1 | -35/+35 |
2023-10-27 | target/arm: Move ID_AA64MMFR0 tests up to before MMFR1 and MMFR2 | Peter Maydell | 1 | -60/+60 |
2023-10-27 | target/arm: Move ID_AA64MMFR1 and ID_AA64MMFR2 tests together | Peter Maydell | 1 | -30/+30 |
2023-10-27 | target/arm: Move feature test functions to their own header | Peter Maydell | 20 | -972/+1012 |
2023-10-27 | target/arm: Implement Neoverse N2 CPU model | Peter Maydell | 1 | -0/+103 |
2023-10-27 | target/arm: Correct minor errors in Cortex-A710 definition | Peter Maydell | 1 | -2/+9 |
2023-10-27 | Merge tag 'pull-sp-20231025' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi | 11 | -3745/+3995 |
2023-10-25 | kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2 | Paolo Bonzini | 2 | -8/+0 |
2023-10-25 | kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR | Paolo Bonzini | 1 | -13/+7 |
2023-10-25 | kvm: i386: require KVM_CAP_ADJUST_CLOCK | Paolo Bonzini | 2 | -6/+1 |
2023-10-25 | kvm: i386: require KVM_CAP_MCE | Paolo Bonzini | 1 | -10/+4 |
2023-10-25 | kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP | Paolo Bonzini | 1 | -90/+2 |
2023-10-25 | kvm: i386: require KVM_CAP_XSAVE | Paolo Bonzini | 1 | -68/+2 |
2023-10-25 | kvm: i386: require KVM_CAP_DEBUGREGS | Paolo Bonzini | 1 | -8/+1 |
2023-10-25 | kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilities | Paolo Bonzini | 1 | -5/+1 |
2023-10-25 | kvm: require KVM_IRQFD for kernel irqchip | Paolo Bonzini | 1 | -1/+1 |
2023-10-25 | kvm: require KVM_CAP_SIGNAL_MSI | Paolo Bonzini | 1 | -0/+1 |
2023-10-25 | target/i386: check CPUID_PAE to determine 36 bit processor address space | Ani Sinha | 1 | -1/+1 |
2023-10-25 | target/i386: validate VEX.W for AVX instructions | Paolo Bonzini | 2 | -42/+108 |
2023-10-25 | target/i386: group common checks in the decoding phase | Paolo Bonzini | 3 | -37/+85 |
2023-10-25 | target/i386: implement SHA instructions | Paolo Bonzini | 6 | -1/+209 |
2023-10-25 | target/sparc: Remove disas_sparc_legacy | Richard Henderson | 1 | -144/+1 |
2023-10-25 | target/sparc: Convert FZERO, FONE to decodetree | Richard Henderson | 2 | -29/+45 |
2023-10-25 | target/sparc: Move FPACK16, FPACKFIX to decodetree | Richard Henderson | 2 | -15/+42 |
2023-10-25 | target/sparc: Move FPCMP* to decodetree | Richard Henderson | 2 | -52/+47 |
2023-10-25 | target/sparc: Convert FCMP, FCMPE to decodetree | Richard Henderson | 2 | -56/+96 |
2023-10-25 | target/sparc: Move FMOVR, FMOVcc, FMOVfcc to decodetree | Richard Henderson | 2 | -113/+91 |
2023-10-25 | target/sparc: Move FMOVq, FNEGq, FABSq to decodetree | Richard Henderson | 2 | -94/+51 |
2023-10-25 | target/sparc: Move FdTOq, FxTOq to decodetree | Richard Henderson | 2 | -21/+28 |
2023-10-25 | target/sparc: Move FiTOq, FsTOq to decodetree | Richard Henderson | 2 | -20/+26 |
2023-10-25 | target/sparc: Move FqTOd, FqTOx to decodetree | Richard Henderson | 2 | -22/+29 |
2023-10-25 | target/sparc: Move FqTOs, FqTOi to decodetree | Richard Henderson | 2 | -22/+28 |
2023-10-25 | target/sparc: Move FiTOd, FsTOd, FsTOx to decodetree | Richard Henderson | 2 | -40/+30 |
2023-10-25 | target/sparc: Move gen_fop_FD insns to decodetree | Richard Henderson | 2 | -24/+30 |
2023-10-25 | target/sparc: Move FDMULQ to decodetree | Richard Henderson | 2 | -19/+23 |
2023-10-25 | target/sparc: Move FSMULD to decodetree | Richard Henderson | 2 | -20/+24 |
2023-10-25 | target/sparc: Move gen_fop_QQQ insns to decodetree | Richard Henderson | 2 | -26/+30 |
2023-10-25 | target/sparc: Move gen_fop_DDD insns to decodetree | Richard Henderson | 2 | -27/+32 |
2023-10-25 | target/sparc: Move gen_fop_FFF insns to decodetree | Richard Henderson | 2 | -27/+31 |
2023-10-25 | target/sparc: Move FSQRTq to decodetree | Richard Henderson | 2 | -16/+23 |
2023-10-25 | target/sparc: Move gen_fop_DD insns to decodetree | Richard Henderson | 2 | -23/+30 |
2023-10-25 | target/sparc: Move gen_fop_FF insns to decodetree | Richard Henderson | 2 | -23/+27 |
2023-10-25 | target/sparc: Move gen_gsr_fop_DDD insns to decodetree | Richard Henderson | 2 | -49/+55 |
2023-10-25 | target/sparc: Move PDIST to decodetree | Richard Henderson | 2 | -19/+23 |
2023-10-25 | target/sparc: Move gen_ne_fop_DDD insns to decodetree | Richard Henderson | 2 | -106/+98 |