summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* hmp: Move hmp.h to include/monitor/Markus Armbruster2019-07-026-6/+6
* Merge remote-tracking branch 'remotes/vivier/tags/m68k-next-pull-request' int...Peter Maydell2019-07-0112-228/+355
|\
| * m68k comments break patch submission due to being incorrectly formattedLucien Murray-Pitts2019-06-2612-227/+353
| * The m68k gdbstub SR reg request doesnt include Condition-CodesLucien Murray-Pitts2019-06-261-1/+2
* | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jun-26-2019' ...Peter Maydell2019-07-011-12/+12
|\ \
| * | target/mips: Fix big endian host behavior for interleave MSA instructionsAleksandar Markovic2019-06-261-12/+12
| |/
* | 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