summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* tricore: add QSEED instructionAndreas Konopik2019-06-253-0/+89
* tricore: sync ctx.hflags with tb->flagsGeorg Hofstetter2019-06-251-0/+1
* tricore: fix RRPW_INSERT instructionDavid Brenken2019-06-251-2/+2
* tricore: add UTOF instructionDavid Brenken2019-06-253-0/+20
* tricore: add FTOIZ instructionDavid Brenken2019-06-253-0/+29
* Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-21-2019' ...Peter Maydell2019-06-212-190/+403
|\
| * target/mips: Fix emulation of ILVR.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVL.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVOD.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix emulation of ILVEV.<B|H|W> on big endian hostAleksandar Markovic2019-06-211-0/+37
| * target/mips: Fix if-else-switch-case arms checkpatch errors in translate.cAleksandar Markovic2019-06-211-72/+133
| * target/mips: Fix some space checkpatch errors in translate.cAleksandar Markovic2019-06-211-118/+122
* | target/i386: kvm: Add nested migration blocker only when kernel lacks require...Liran Alon2019-06-212-3/+8
* | target/i386: kvm: Add support for KVM_CAP_EXCEPTION_PAYLOADLiran Alon2019-06-216-24/+187
* | target/i386: kvm: Add support for save and restore nested stateLiran Alon2019-06-213-0/+281
* | target/i386: kvm: Block migration for vCPUs exposed with nested virtualizationLiran Alon2019-06-213-13/+19
* | target/i386: kvm: Re-inject #DB to guest with updated DR6Liran Alon2019-06-211-0/+3
* | target/i386: kvm: Use symbolic constant for #DB/#BP exception constantsLiran Alon2019-06-211-4/+4
* | KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon2019-06-216-0/+42
* | target/i386: kvm: Delete VMX migration blocker on vCPU init failureLiran Alon2019-06-211-2/+5
* | target/i386: define a new MSR based feature word - FEAT_CORE_CAPABILITYXiaoyao Li2019-06-213-1/+35
* | i386/kvm: add support for Direct Mode for Hyper-V synthetic timersVitaly Kuznetsov2019-06-214-0/+13
* | i386/kvm: hv-evmcs requires hv-vapicVitaly Kuznetsov2019-06-211-1/+2
* | i386/kvm: hv-tlbflush/ipi require hv-vpindexVitaly Kuznetsov2019-06-211-2/+4
* | i386/kvm: hv-stimer requires hv-time and hv-synicVitaly Kuznetsov2019-06-211-4/+19
* | i386/kvm: implement 'hv-passthrough' modeVitaly Kuznetsov2019-06-213-14/+77
* | i386/kvm: move Hyper-V CPUID filling to hyperv_handle_properties()Vitaly Kuznetsov2019-06-211-73/+90
* | i386/kvm: add support for KVM_GET_SUPPORTED_HV_CPUIDVitaly Kuznetsov2019-06-211-118/+356
* | i386/kvm: convert hyperv enlightenments properties from bools to bitsVitaly Kuznetsov2019-06-215-79/+89
* | hax: Honor CPUState::haltedColin Xu2019-06-211-2/+34
|/
* target/arm: Check for dp support for dp VFM, not spPeter Maydell2019-06-181-4/+4
* target/arm: Only implement doubles if the FPU supports themPeter Maydell2019-06-172-0/+90
* target/arm: Fix typos in trans function prototypesPeter Maydell2019-06-171-14/+14
* target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1dPeter Maydell2019-06-171-10/+2Star
* target/arm: Stop using deprecated functions in NEON_2RM_VCVT_F32_F16Peter Maydell2019-06-171-15/+11Star
* target/arm: stop using deprecated functions in NEON_2RM_VCVT_F16_F32Peter Maydell2019-06-171-15/+12Star
* target/arm: Stop using cpu_F0s in Neon VCVT fixed-point opsPeter Maydell2019-06-171-34/+28Star
* target/arm: Stop using cpu_F0s for Neon f32/s32 VCVTPeter Maydell2019-06-171-60/+22Star
* target/arm: Stop using cpu_F0s for NEON_2RM_VRECPE_F and NEON_2RM_VRSQRTE_FPeter Maydell2019-06-171-3/+3
* target/arm: Stop using cpu_F0s for NEON_2RM_VCVT[ANPM][US]Peter Maydell2019-06-171-4/+3Star
* target/arm: Stop using cpu_F0s for NEON_2RM_VRINT*Peter Maydell2019-06-171-5/+3Star
* target/arm: Stop using cpu_F0s for NEON_2RM_VNEG_FPeter Maydell2019-06-171-11/+2Star
* target/arm: Stop using cpu_F0s for NEON_2RM_VABS_FPeter Maydell2019-06-171-11/+8Star
* target/arm: Use vfp_expand_imm() for AArch32 VFP VMOV_immPeter Maydell2019-06-172-28/+10Star
* target/arm: Move vfp_expand_imm() to translate.[ch]Peter Maydell2019-06-174-33/+40
* target/arm: Allow M-profile CPUs to disable the DSP extension via CPU propertyPeter Maydell2019-06-172-0/+31
* target/arm: Allow VFP and Neon to be disabled via a CPU propertyPeter Maydell2019-06-172-6/+148
* target/arm: Fix short-vector increment behaviourPeter Maydell2019-06-131-40/+60
* target/arm: Convert float-to-integer VCVT insns to decodetreePeter Maydell2019-06-133-239/+80Star
* target/arm: Convert VCVT fp/fixed-point conversion insns to decodetreePeter Maydell2019-06-133-55/+136