aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2019-11-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-11-26target/arm: Honor HCR_EL2.TID3 trapping requirementsMarc Zyngier
2019-11-26target/arm: Fix ISR_EL1 tracking when executing at EL2Marc Zyngier
2019-11-26target/arm: Fix handling of cortex-m FTYPE flag in EXCRETJean-Hugues DeschĂȘnes
2019-11-26hvf: more accurately match SDM when setting CR0 and PDPTE registersCameron Esfahani
2019-11-26hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani
2019-11-26hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani
2019-11-26hvf: non-RAM, non-ROMD memory ranges are now correctly mapped inCameron Esfahani
2019-11-26target/i386: add two missing VMX features for Skylake and CascadeLake ServerPaolo Bonzini
2019-11-21i386: Add -noTSX aliases for hle=off, rtm=off CPU modelsEduardo Habkost
2019-11-21i386: Add new versions of Skylake/Cascadelake/Icelake without TSXEduardo Habkost
2019-11-21target/i386: add support for MSR_IA32_TSX_CTRLPaolo Bonzini
2019-11-21target/i386: add VMX features to named CPU modelsPaolo Bonzini
2019-11-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2019-11-19target/arm: Support EL0 v7m msr/mrs for CONFIG_USER_ONLYRichard Henderson
2019-11-19target/arm: Relax r13 restriction for ldrex/strex for v8.0Richard Henderson
2019-11-19target/arm: Do not reject rt == rt2 for strexdRichard Henderson
2019-11-19target/arm: Merge arm_cpu_vq_map_next_smaller into sole callerRichard Henderson
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick
2019-11-19target/i386: Export TAA_NO bit to guestsPawan Gupta
2019-11-19target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSRPaolo Bonzini
2019-11-18Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell
2019-11-18spapr/kvm: Set default cpu model for all machine classesDavid Gibson
2019-11-14target/riscv: Remove atomic accesses to MIP CSRAlistair Francis
2019-11-14remove unnecessary ifdef TARGET_RISCV64hiroyuki.obinata
2019-11-12target/microblaze: Plug temp leak around eval_cond_jmp()Edgar E. Iglesias
2019-11-12target/microblaze: Plug temp leaks with delay slot setupEdgar E. Iglesias
2019-11-12target/microblaze: Plug temp leaks for loads/storesEdgar E. Iglesias
2019-11-06target/sparc: Define an enumeration for accessing env->regwptrRichard Henderson
2019-11-01target/arm: Allow reading flags from FPSCR for M-profileChristophe Lyon
2019-11-01target/arm/kvm: host cpu: Add support for sve<N> propertiesAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Support sve properties with KVMAndrew Jones
2019-11-01target/arm/kvm: scratch vcpu: Preserve input kvm_vcpu_init featuresAndrew Jones
2019-11-01target/arm/kvm64: max cpu: Enable SVE when availableAndrew Jones
2019-11-01target/arm/kvm64: Add kvm_arch_get/put_sveAndrew Jones
2019-11-01target/arm/cpu64: max cpu: Introduce sve<N> propertiesAndrew Jones
2019-11-01target/arm: Allow SVE to be disabled via a CPU propertyAndrew Jones
2019-11-01target/arm/monitor: Introduce qmp_query_cpu_model_expansionAndrew Jones
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28target/riscv: PMP violation due to wrong size parameterDayeol Lee
2019-10-28target/openrisc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/xtensa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sparc: fetch code with translator_ldEmilio G. Cota
2019-10-28target/riscv: fetch code with translator_ldEmilio G. Cota
2019-10-28target/alpha: fetch code with translator_ldEmilio G. Cota
2019-10-28target/m68k: fetch code with translator_ldEmilio G. Cota
2019-10-28target/hppa: fetch code with translator_ldEmilio G. Cota
2019-10-28target/i386: fetch code with translator_ldEmilio G. Cota
2019-10-28target/sh4: fetch code with translator_ldEmilio G. Cota