index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
cpu.h
Age
Commit message (
Expand
)
Author
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-17
i386: Add FEAT_8000_0008_EBX CPUID feature word
Eduardo Habkost
2018-01-17
i386: Add spec-ctrl CPUID bit
Eduardo Habkost
2018-01-17
i386: Add support for SPEC_CTRL MSR
Paolo Bonzini
2018-01-16
target/i386: move hflags update code to a function
Tao Wu
2017-12-22
i386: hvf: unify register enums between HVF and the rest
Paolo Bonzini
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
2017-12-21
hyperv: make SynIC version msr constant
Roman Kagan
2017-12-21
hyperv: set partition-wide MSRs only on first vcpu
Evgeny Yakovlev
2017-12-21
x86/cpu: Enable new SSE/AVX/AVX512 cpu features
Yang Zhong
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
2017-09-19
i386/cpu/hyperv: support over 64 vcpus for windows guests
Gonglei
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
2017-09-01
x86: replace cpu_x86_init() with cpu_generic_init()
Igor Mammedov
2017-07-17
i386: expose "TCGTCGTCGTCG" in the 0x40000000 CPUID leaf
Daniel P. Berrange
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
2017-07-05
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
2017-07-05
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
2017-07-04
xsave_helper: pull xsave and xrstor out of kvm.c into helper function
Sergio Andres Gomez Del Real
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
2017-06-07
target/i386: enable A20 automatically in system management mode
Paolo Bonzini
2017-06-05
numa: move numa_node from CPUState into target specific classes
Igor Mammedov
2017-03-28
i386: Don't override -cpu options on -cpu host/max
Eduardo Habkost
2017-03-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2017-03-10
i386: host_vendor_fms() helper function
Eduardo Habkost
2017-03-09
target-i386: defer VMEXIT to do_interrupt
Paolo Bonzini
2017-03-09
target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MO
Alex Bennée
2017-03-03
x86: Work around SMI migration breakages
Dr. David Alan Gilbert
2017-03-02
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2017-02-27
linux-user: Add signal handling support for x86_64
Pranith Kumar
2017-02-27
i386: Rename X86CPU::host_features to X86CPU::max_features
Eduardo Habkost
2017-02-16
target-i386: correctly propagate retaddr into SVM helpers
Paolo Bonzini
2017-01-27
x86-KVM: Supply TSC and APIC clock rates to guest like VMWare
Phil Dennis-Jordan
2017-01-23
x86: add AVX512_VPOPCNTDQ features
He Chen
2017-01-13
qom/cpu: move tlb_flush to cpu_common_reset
Alex Bennée
2017-01-10
target-i386: Use ctpop helper
Richard Henderson
2016-12-22
x86: implement la57 paging mode
Kirill A. Shutemov
2016-12-22
target-i386: Add Intel SHA_NI instruction support.
Yi Sun
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth