aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2018-07-30i386: implement MSR_SMI_COUNT for TCGPaolo Bonzini
2018-07-30i386: do not migrate MSR_SMI_COUNT on machine types <2.12Paolo Bonzini
2018-07-23i386: Rename enum CacheType membersEduardo Habkost
2018-07-16hyperv: ensure VP index equal to QEMU cpu_indexRoman Kagan
2018-07-16hyperv: rename vcpu_id to vp_indexRoman Kagan
2018-07-16dump: add kernel_gs_base to QEMU CPU stateViktor Prutyanov
2018-07-06i386: fix '-cpu ?' output for host cpu typeGreg Kurz
2018-07-02i386/monitor.c: make addresses canonical for "info mem" and "info tlb"Doug Gale
2018-07-02target-i386: Add NPT supportJan Kiszka
2018-07-02x86/cpu: Use definitions from "qemu/units.h"Philippe Mathieu-Daudé
2018-07-02i386/kvm: add support for Hyper-V TLB flushVitaly Kuznetsov
2018-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-06-29i386/cpu: make -cpu host support monitor/mwaitMichael S. Tsirkin
2018-06-28kvm: support -overcommit cpu-pm=on|offMichael S. Tsirkin
2018-06-28hmp: obsolete "info ioapic"Peter Xu
2018-06-28target-i386: Mark cpu_vmexit noreturnJan Kiszka
2018-06-28target-i386: Allow interrupt injection after STGIJan Kiszka
2018-06-28target-i386: Add NMI interception to SVMJan Kiszka
2018-06-28WHPX: register for unrecognized MSR exitsJustin Terry (VM)
2018-06-28WHPX workaround bug in OSVW handlingJustin Terry (VM)
2018-06-28whpx: commit missing filePaolo Bonzini
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-06-22i386: Remove generic SMT thread checkBabu Moger
2018-06-22i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger
2018-06-22i386: Fix up the Node id for CPUID_8000_001EBabu Moger
2018-06-22i386: Allow TOPOEXT to be enabled on older kernelsBabu Moger
2018-06-22i386: Define AMD's no SSB mitigation needed.Konrad Rzeszutek Wilk
2018-06-22i386: define the AMD 'amd-ssbd' CPUID feature bitKonrad Rzeszutek Wilk
2018-06-22i386: Remove ospke CPUID flag nameEduardo Habkost
2018-06-22i386: Remove osxsave CPUID flag nameEduardo Habkost
2018-06-22i386: display known CPUID features linewrapped, in alphabetical orderDaniel P. Berrangé
2018-06-22i386: improve sorting of CPU model namesDaniel P. Berrangé
2018-06-22i386: improve alignment of CPU model listingDaniel P. Berrangé
2018-06-22i386: Add support for CPUID_8000_001E for AMDBabu Moger
2018-06-08i386: Populate AMD Processor Cache Information for cpuid 0x8000001DBabu Moger
2018-06-08i386: Clean up cache CPUID codeEduardo Habkost
2018-06-04Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-06-01target/i386/kvm.c: Remove compatibility shim for KVM_HINTS_REALTIMEPeter Maydell
2018-06-01target/i386/kvm.c: Handle renaming of KVM_HINTS_DEDICATEDPeter Maydell
2018-06-01WHPX: fix some compiler warningsLucian Petrut
2018-06-01WHPX: dynamically load WHP librariesLucian Petrut
2018-06-01target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target/i386: Do not include "exec/ioport.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-31target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-23x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé