aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-06-21target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon1-2/+5
2019-06-21target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li3-1/+35
2019-06-21i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov4-0/+13
2019-06-21i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov1-1/+2
2019-06-21i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov1-2/+4
2019-06-21i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov1-4/+19
2019-06-21i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov3-14/+77
2019-06-21i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov1-73/+90
2019-06-21i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov1-118/+356
2019-06-21i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov5-79/+89
2019-06-21hax: Honor CPUState::haltedColin Xu1-2/+34
2019-06-18target/arm: Check for dp support for dp VFM, not spPeter Maydell1-4/+4
2019-06-17target/arm: Only implement doubles if the FPU supports themPeter Maydell2-0/+90
2019-06-17target/arm: Fix typos in trans function prototypesPeter Maydell1-14/+14
2019-06-17target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1dPeter Maydell1-10/+2
2019-06-17target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16Peter Maydell1-15/+11
2019-06-17target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32Peter Maydell1-15/+12
2019-06-17target/arm: Stop using cpu_F0s in Neon VCVT fixed-point opsPeter Maydell1-34/+28
2019-06-17target/arm: Stop using cpu_F0s for Neon f32/s32 VCVTPeter Maydell1-60/+22
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_FPeter Maydell1-3/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]Peter Maydell1-4/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VRINT*Peter Maydell1-5/+3
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_FPeter Maydell1-11/+2
2019-06-17target/arm: Stop using cpu_F0s for NEON_2RM_VABS_FPeter Maydell1-11/+8
2019-06-17target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_immPeter Maydell2-28/+10
2019-06-17target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell4-33/+40
2019-06-17target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell2-0/+31
2019-06-17target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell2-6/+148
2019-06-13target/arm: Fix short-vector increment behaviourPeter Maydell1-40/+60
2019-06-13target/arm: Convert float-to-integer VCVT insns to decodetreePeter Maydell3-239/+80
2019-06-13target/arm: Convert VCVT fp/fixed-point conversion insns to decodetreePeter Maydell3-55/+136
2019-06-13target/arm: Convert VJCVT to decodetreePeter Maydell3-11/+33
2019-06-13target/arm: Convert integer-to-float insns to decodetreePeter Maydell3-11/+65
2019-06-13target/arm: Convert double-single precision conversion insns to decodetreePeter Maydell3-12/+55
2019-06-13target/arm: Convert VFP round insns to decodetreePeter Maydell3-44/+179
2019-06-13target/arm: Convert the VCVT-to-f16 insns to decodetreePeter Maydell3-78/+69
2019-06-13target/arm: Convert the VCVT-from-f16 insns to decodetreePeter Maydell3-55/+89
2019-06-13target/arm: Convert VFP comparison insns to decodetreePeter Maydell3-50/+81
2019-06-13target/arm: Convert VMOV (register) to decodetreePeter Maydell3-7/+16
2019-06-13target/arm: Convert VSQRT to decodetreePeter Maydell3-13/+26
2019-06-13target/arm: Convert VNEG to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VABS to decodetreePeter Maydell3-4/+180
2019-06-13target/arm: Convert VMOV (imm) to decodetreePeter Maydell3-25/+136
2019-06-13target/arm: Convert VFP fused multiply-add insns to decodetreePeter Maydell3-52/+131
2019-06-13target/arm: Convert VDIV to decodetreePeter Maydell3-20/+16
2019-06-13target/arm: Convert VSUB to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VADD to decodetreePeter Maydell3-5/+16
2019-06-13target/arm: Convert VNMUL to decodetreePeter Maydell3-6/+30
2019-06-13target/arm: Convert VMUL to decodetreePeter Maydell3-4/+16
2019-06-13target/arm: Convert VFP VNMLA to decodetreePeter Maydell3-18/+40