aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2018-08-16i386: Add CPUID bit and feature words for IA32_ARCH_CAPABILITIES MSRRobert Hoo2-1/+3
2018-08-16i386: Add new MSR indices for IA32_PRED_CMD and IA32_ARCH_CAPABILITIESRobert Hoo1-0/+2
2018-07-30i386: implement MSR_SMI_COUNT for TCGPaolo Bonzini2-0/+4
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini3-1/+4
2018-07-23i386: Rename enum CacheType membersEduardo Habkost2-66/+66
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan5-0/+67
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan2-5/+5
2018-07-16dump: add kernel_gs_base to QEMU CPU stateViktor Prutyanov1-0/+10
2018-07-06i386: fix '-cpu ?' output for host cpu typeGreg Kurz1-7/+7
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale1-32/+44
2018-07-02target-i386: Add NPT supportJan Kiszka7-6/+281
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé1-3/+1
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov4-1/+17
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-40/+186
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin3-10/+40
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin1-0/+23
2018-06-28hmp: obsolete "info ioapic"Peter Xu1-6/+2
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka2-2/+3
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka1-1/+2
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka1-0/+1
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)1-3/+38
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)1-1/+12
2018-06-28whpx: commit missing filePaolo Bonzini1-0/+56
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson1-17/+9
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-1/+1
2018-06-22i386: Remove generic SMT thread checkBabu Moger1-6/+11
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger1-4/+6
2018-06-22i386: Fix up the Node id for CPUID_8000_001EBabu Moger1-1/+25
2018-06-22i386: Allow TOPOEXT to be enabled on older kernelsBabu Moger1-0/+7
2018-06-22i386: Define AMD's no SSB mitigation needed.Konrad Rzeszutek Wilk1-1/+1
2018-06-22i386: define the AMD 'amd-ssbd' CPUID feature bitKonrad Rzeszutek Wilk1-1/+1
2018-06-22i386: Remove ospke CPUID flag nameEduardo Habkost1-2/+3
2018-06-22i386: Remove osxsave CPUID flag nameEduardo Habkost1-1/+1
2018-06-22i386: display known CPUID features linewrapped, in alphabetical orderDaniel P. Berrangé1-14/+27
2018-06-22i386: improve sorting of CPU model namesDaniel P. Berrangé1-5/+9
2018-06-22i386: improve alignment of CPU model listingDaniel P. Berrangé1-1/+1
2018-06-22i386: Add support for CPUID_8000_001E for AMDBabu Moger1-0/+86
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger2-3/+143
2018-06-08i386: Clean up cache CPUID codeEduardo Habkost2-64/+67
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell1-4/+4
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-4/+4
2018-06-01target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell1-5/+0
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell1-1/+6
2018-06-01WHPX: fix some compiler warningsLucian Petrut1-14/+35
2018-06-01WHPX: dynamically load WHP librariesLucian Petrut1-68/+144
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé6-6/+0
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé4-4/+0
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin4-13/+3
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk1-1/+1