Age | Commit message (Expand) | Author | Files | Lines |
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 |
2023-10-25 | target/sparc: Move gen_ne_fop_FFF insns to decodetree | Richard Henderson | 2 | -73/+59 |
2023-10-25 | target/sparc: Use tcg_gen_vec_{add,sub}* | Richard Henderson | 3 | -79/+7 |
2023-10-25 | target/sparc: Move FMOVD, FNEGD, FABSD, FSRC*D, FNOT*D to decodetree | Richard Henderson | 2 | -42/+56 |
2023-10-25 | target/sparc: Move FMOVS, FNEGS, FABSS, FSRC*S, FNOT*S to decodetree | Richard Henderson | 2 | -43/+62 |
2023-10-25 | target/sparc: Move BMASK to decodetree | Richard Henderson | 2 | -9/+15 |
2023-10-25 | target/sparc: Move ADDRALIGN* to decodetree | Richard Henderson | 2 | -25/+34 |
2023-10-25 | target/sparc: Move ARRAY* to decodetree | Richard Henderson | 2 | -21/+40 |
2023-10-25 | target/sparc: Move EDGE* to decodetree | Richard Henderson | 2 | -160/+133 |
2023-10-25 | target/sparc: Merge LDFSR, LDXFSR implementations | Richard Henderson | 3 | -46/+16 |