aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190716' into stagingPeter Maydell2-4/+3
2019-07-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-2/+13
2019-07-16s390x/cpumodel: change internal name of vxpdeh to match descriptionChristian Borntraeger2-3/+3
2019-07-16s390x/cpumodel: also change name of vxbehChristian Borntraeger1-1/+1
2019-07-16s390x/cpumodel: remove esort from the default modelChristian Borntraeger1-1/+0
2019-07-15target/mips: Add missing 'break' for certain cases of MTTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for certain cases of MFTR handlingAleksandar Markovic1-0/+2
2019-07-15target/mips: Add missing 'break' for a case of MTHC0 handlingAleksandar Markovic1-0/+1
2019-07-15target/i386: sev: Do not unpin ram device memory regionAlex Williamson1-0/+11
2019-07-15target/arm: NS BusFault on vector table fetch escalates to NS HardFaultPeter Maydell1-4/+17
2019-07-15target/arm: Set VFP-related MVFR0 fields for arm926 and arm1026Peter Maydell1-0/+12
2019-07-15target/arm: report ARMv8-A FP support for AArch32 -cpu maxAlex Bennée1-0/+4
2019-07-15Fix broken build with WHPX enabledStefan Weil1-2/+2
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson2-26/+25
2019-07-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190709' into stagingPeter Maydell4-2/+5
2019-07-09s390x/tcg: move fallthrough annotationCornelia Huck1-1/+1
2019-07-09s390: cpumodel: fix description for the new vector facilityChristian Borntraeger1-1/+1
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-08s390x/cpumodel: Set up CPU model for AQIC interceptionPierre Morel3-0/+3
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