aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2020-01-06Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+7
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-2/+3
2019-12-19i386: Resolve CPU models to v1 by defaultEduardo Habkost1-1/+7
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+3
2019-12-18Fix some comment spelling errors.Cameron Esfahani1-4/+4
2019-12-18target/i386: remove unused pci-assign codesEiichi Tsukata2-160/+0
2019-12-18WHPX: refactor load librarySunil Muthuswamy2-27/+62
2019-12-17x86: move more x86-generic functions out of PC filesPaolo Bonzini2-2/+2
2019-12-17x86: move SMM property to X86MachineStatePaolo Bonzini1-2/+1
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-12-17kvm: introduce kvm_kernel_irqchip_* functionsPaolo Bonzini1-2/+2
2019-12-17kvm: convert "-machine kvm_shadow_mem" to an accelerator propertyPaolo Bonzini1-1/+1
2019-12-17qom: add object_new_with_classPaolo Bonzini1-4/+4
2019-12-13i386: Use g_autofree in a few placesEduardo Habkost1-28/+13
2019-12-13i386: Add new CPU model CooperlakeCathy Zhang1-0/+60
2019-12-13i386: Add macro for stibpCathy Zhang1-0/+2
2019-12-13i386: Add MSR feature bit for MDS-NOCathy Zhang1-0/+1
2019-12-06target/i386: disable VMX features if nested=0Yang Zhong1-0/+8
2019-12-03hvf: correctly inject VMCS_INTR_T_HWINTR versus VMCS_INTR_T_SWINTR.Cameron Esfahani2-6/+12
2019-11-26hvf: more accurately match SDM when setting CR0 and PDPTE registersCameron Esfahani2-8/+18
2019-11-26hvf: correctly handle REX prefix in relation to legacy prefixesCameron Esfahani2-38/+46
2019-11-26hvf: remove TSC synchronization code because it isn't fully completeCameron Esfahani3-9/+1
2019-11-26hvf: non-RAM, non-ROMD memory ranges are now correctly mapped inCameron Esfahani1-15/+35
2019-11-26target/i386: add two missing VMX features for Skylake and CascadeLake ServerPaolo Bonzini1-2/+4
2019-11-21i386: Add -noTSX aliases for hle=off, rtm=off CPU modelsEduardo Habkost1-0/+5
2019-11-21i386: Add new versions of Skylake/Cascadelake/Icelake without TSXEduardo Habkost1-0/+47
2019-11-21target/i386: add support for MSR_IA32_TSX_CTRLPaolo Bonzini4-1/+39
2019-11-21target/i386: add VMX features to named CPU modelsPaolo Bonzini1-0/+705
2019-11-19hw/i386: Move save_tsc_khz from PCMachineClass to X86MachineClassLiam Merwick1-2/+2
2019-11-19target/i386: Export TAA_NO bit to guestsPawan Gupta1-1/+1
2019-11-19target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSRPaolo Bonzini1-1/+1
2019-10-28target/i386: fetch code with translator_ldEmilio G. Cota1-5/+5
2019-10-26i386: implement IGNNEPaolo Bonzini2-8/+30
2019-10-26target/i386: introduce cpu_set_fpusPaolo Bonzini1-4/+8
2019-10-26target/i386: move FERR handling to target/i386Paolo Bonzini2-2/+27
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini5-6/+99
2019-10-23target/i386: Introduce Denverton CPU modelTao Xu1-0/+47
2019-10-23target/i386: Add support for save/load IA32_UMWAIT_CONTROL MSRTao Xu3-0/+35
2019-10-23x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSETao Xu3-1/+9
2019-10-22i386/kvm: add NoNonArchitecturalCoreSharing Hyper-V enlightenmentVitaly Kuznetsov4-0/+31
2019-10-22target/i386: log MCE guest and host addressesMario Smarduch1-5/+24
2019-10-15target/i386: Add Snowridge-v2 (no MPX) CPU modelXiaoyao Li1-0/+12
2019-10-15i386: Omit all-zeroes entries from KVM CPUID tableEduardo Habkost1-0/+14
2019-10-15i386: Fix legacy guest with xsave panic on host kvm without update cpuid.Bingsong Si1-1/+7
2019-10-15target/i386: drop the duplicated definition of cpuid AVX512_VBMI macroTao Xu3-8/+7
2019-10-15target/i386: clean up comments over 80 chars per lineTao Xu1-59/+111
2019-10-04target/i386/kvm: Silence warning from Valgrind about uninitialized bytesThomas Huth1-2/+2
2019-10-04target/i386: work around KVM_GET_MSRS bug for secondary execution controlsPaolo Bonzini1-0/+17
2019-10-04target/i386: add VMX featuresPaolo Bonzini3-2/+394
2019-10-04target/i386: add VMX definitionsPaolo Bonzini1-0/+130