aboutsummaryrefslogtreecommitdiff
path: root/target/i386/cpu.h
AgeCommit message (Expand)Author
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-17i386: Add FEAT_8000_0008_EBX CPUID feature wordEduardo Habkost
2018-01-17i386: Add spec-ctrl CPUID bitEduardo Habkost
2018-01-17i386: Add support for SPEC_CTRL MSRPaolo Bonzini
2018-01-16target/i386: move hflags update code to a functionTao Wu
2017-12-22i386: hvf: unify register enums between HVF and the restPaolo Bonzini
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real
2017-12-21hyperv: make SynIC version msr constantRoman Kagan
2017-12-21hyperv: set partition-wide MSRs only on first vcpuEvgeny Yakovlev
2017-12-21x86/cpu: Enable new SSE/AVX/AVX512 cpu featuresYang Zhong
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19hyperv: add header with protocol definitionsRoman Kagan
2017-09-19i386/cpu/hyperv: support over 64 vcpus for windows guestsGonglei
2017-09-19pc: use generic cpu_model parsingIgor Mammedov
2017-09-01x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov
2017-07-17i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leafDaniel P. Berrange
2017-07-05target/i386: add the tcg_enabled() in target/i386/Yang Zhong
2017-07-05target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inlineYang Zhong
2017-07-05target/i386: make cpu_get_fp80()/cpu_set_fp80() staticYang Zhong
2017-07-04xsave_helper: pull xsave and xrstor out of kvm.c into helper functionSergio Andres Gomez Del Real
2017-06-07target/i386: use multiple CPU AddressSpacesPaolo Bonzini
2017-06-07target/i386: enable A20 automatically in system management modePaolo Bonzini
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-03-28i386: Don't override -cpu options on -cpu host/maxEduardo Habkost
2017-03-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2017-03-10i386: host_vendor_fms() helper functionEduardo Habkost
2017-03-09target-i386: defer VMEXIT to do_interruptPaolo Bonzini
2017-03-09target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MOAlex Bennée
2017-03-03x86: Work around SMI migration breakagesDr. David Alan Gilbert
2017-03-02Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar
2017-02-27i386: Rename X86CPU::host_features to X86CPU::max_featuresEduardo Habkost
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-01-27x86-KVM: Supply TSC and APIC clock rates to guest like VMWarePhil Dennis-Jordan
2017-01-23x86: add AVX512_VPOPCNTDQ featuresHe Chen
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2017-01-10target-i386: Use ctpop helperRichard Henderson
2016-12-22x86: implement la57 paging modeKirill A. Shutemov
2016-12-22target-i386: Add Intel SHA_NI instruction support.Yi Sun
2016-12-20Move target-* CPU file into a target/ folderThomas Huth