aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)Author
2018-06-28whpx: commit missing filePaolo Bonzini
2018-06-28target/i386: Fix BLSR and BLSIRichard Henderson
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é
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier
2018-05-20tcg: fix s/compliment/complement/ typosEmilio G. Cota
2018-05-15i386: Add new property to control cache infoBabu Moger
2018-05-15i386: Initialize cache information for EPYC family processorsBabu Moger
2018-05-15i386: Add cache information in X86CPUDefinitionBabu Moger
2018-05-15i386: Helpers to encode cache information consistentlyEduardo Habkost
2018-05-15x86/cpu: Enable CLDEMOTE(Demote Cache Line) cpu featureJingqi Liu
2018-05-15i386: add KnightsMill cpu modelBoqun Feng
2018-05-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2018-05-11i386/kvm: add support for Hyper-V reenlightenment MSRsVitaly Kuznetsov
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota
2018-05-09target/i386: sev: fix memory leaksPaolo Bonzini
2018-04-16i386: Don't automatically enable FEAT_KVM_HINTS bitsEduardo Habkost
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk
2018-04-09Add missing bit for SSE instr in VEX decodingEugene Minibaev
2018-04-09i386/hyperv: error out if features requested but unsupportedRoman Kagan
2018-04-09i386/hyperv: add hv-frequencies cpu propertyRoman Kagan
2018-04-09target/i386: WHPX: set CPUID_EXT_HYPERVISOR bitJustin Terry (VM)
2018-04-05target/i386: Fix andn instructionAlexandro Sanchez Bach
2018-04-02sev/i386: fix memory leak in sev_guest_init()Greg Kurz
2018-03-27error: Strip trailing '\n' from error string arguments (again again)Laurent Vivier