aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-07-08target/arm/vfp_helper: Call set_fpscr_to_host before updating to FPSCRPhilippe Mathieu-Daudé1-2/+2
2019-07-08target/arm: Fix sve_zcr_len_for_elRichard Henderson1-2/+2
2019-07-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-6/+6
2019-07-05target/i386: kvm: Fix when nested state is needed for migrationLiran Alon1-3/+2
2019-07-05target/i386: fix feature check in hyperv-stub.cAlex Bennée1-1/+1
2019-07-05i386/kvm: Fix build with -m32Max Reitz1-3/+4
2019-07-05i386: Add Cascadelake-Server-v2 CPU modelEduardo Habkost1-0/+14
2019-07-05i386: Make unversioned CPU models be aliasesEduardo Habkost2-1/+63
2019-07-05i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliasesEduardo Habkost1-580/+21
2019-07-05i386: Define -IBRS, -noTSX, -IBRS versions of CPU modelsEduardo Habkost1-0/+186
2019-07-05i386: Register versioned CPU modelsEduardo Habkost3-30/+213
2019-07-05i386: Get model-id from CPU object on "-cpu help"Eduardo Habkost1-3/+13
2019-07-05i386: Add x-force-features option for testingEduardo Habkost2-2/+12
2019-07-05i386: Introduce SnowRidge CPU modelPaul Lai1-0/+71
2019-07-05target/i386: Add CPUID.1F generation support for multi-dies PCMachineLike Xu3-0/+54
2019-07-05i386: Remove unused host_cpudef variableEduardo Habkost1-6/+0
2019-07-05x86/cpu: use FeatureWordArray to define filtered_featuresWei Yang1-1/+1
2019-07-05i386: make 'hv-spinlocks' a regular uint32 propertyRoman Kagan1-43/+2
2019-07-05i386: Fix signedness of hyperv_spinlock_attemptsEduardo Habkost1-1/+1
2019-07-05i386: Don't print warning if phys-bits was set automaticallyEduardo Habkost1-9/+9
2019-07-05hppa: Delete unused hppa_cpu_list() functionEduardo Habkost2-19/+0
2019-07-05i386: Update new x86_apicid parsing rules with die_offset supportLike Xu1-5/+8
2019-07-05i386/cpu: Consolidate die-id validity in smp contextLike Xu2-0/+3
2019-07-05i386: Add die-level cpu topology to x86CPU on PCMachineLike Xu2-0/+3
2019-07-05hw/arm: Replace global smp variables with machine smp propertiesLike Xu1-1/+7
2019-07-05hw/i386: Replace global smp variables with machine smp propertiesLike Xu1-1/+3
2019-07-05hw/s390x: Replace global smp variables with machine smp propertiesLike Xu3-4/+14
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-1/+5
2019-07-04target/i386: fix feature check in hyperv-stub.cAlex Bennée1-1/+1
2019-07-04target/arm: Correct VMOV_imm_dp handling of short vectorsPeter Maydell1-1/+1
2019-07-04target/arm: Execute Thumb instructions when their condbits are 0xfPeter Maydell1-2/+13
2019-07-04target/arm: Use _ra versions of cpu_stl_data() in v7M helpersPeter Maydell1-9/+12
2019-07-04target/arm/helper: Move M profile routines to m_helper.cPhilippe Mathieu-Daudé3-2634/+2681
2019-07-04target/arm: Restrict semi-hosting to TCGPhilippe Mathieu-Daudé3-2/+15
2019-07-04target/arm: Move debug routines to debug_helper.cPhilippe Mathieu-Daudé4-302/+315
2019-07-04Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-4.1-sf1-v3...Peter Maydell11-61/+231
2019-07-03Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-jul-02-2019' ...Peter Maydell2-274/+483
2019-07-03Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-07-02-v2'...Peter Maydell15-16/+16
2019-07-02Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190702' into...Peter Maydell10-912/+972
2019-07-02target/mips: Correct helper for MSA FCLASS.<W|D> instructionsAleksandar Markovic1-1/+3
2019-07-02target/mips: Unroll loops for MSA float max/min instructionsAleksandar Markovic1-73/+125
2019-07-02target/mips: Correct comments in msa_helper.cAleksandar Markovic1-17/+41
2019-07-02target/mips: Correct comments in translate.cAleksandar Markovic1-183/+314
2019-07-02Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190701'...Peter Maydell11-760/+950
2019-07-02qapi: Rename target.json to misc-target.jsonMarkus Armbruster2-2/+2
2019-07-02qapi: Split machine-target.json off target.json and misc.jsonMarkus Armbruster5-5/+5
2019-07-02qapi: Split machine.json off misc.jsonMarkus Armbruster3-3/+3
2019-07-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into stagingPeter Maydell4-702/+401
2019-07-02hmp: Move hmp.h to include/monitor/Markus Armbruster6-6/+6
2019-07-02target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macroMark Cave-Ayland4-145/+122