index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
/
cpuid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add "tsc-deadline" flag name to feature_ecx table
Eduardo Habkost
2012-03-12
1
-1
/
+1
*
target-i386: Introduce x86_cpuid_set_model_id()
Andreas Färber
2012-02-24
1
-14
/
+19
*
target-i386: Introduce x86_cpuid_version_set_stepping()
Andreas Färber
2012-02-24
1
-1
/
+7
*
target-i386: Introduce x86_cpuid_version_set_model()
Andreas Färber
2012-02-24
1
-1
/
+7
*
target-i386: Introduce x86_cpuid_version_set_family()
Andreas Färber
2012-02-24
1
-4
/
+11
*
cpu defs: use Intel flag names for Intel models (v2)
Eduardo Habkost
2012-02-22
1
-2
/
+2
*
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt
Eduardo Habkost
2012-02-22
1
-2
/
+2
*
hyper-v: introduce Hyper-V support infrastructure.
Vadim Rozenfeld
2012-01-19
1
-0
/
+14
*
enable architectural PMU cpuid leaf for kvm
Gleb Natapov
2011-12-22
1
-4
/
+13
*
x86/cpuid: Tighten parsing of tsc_freq=FREQ
Markus Armbruster
2011-11-28
1
-1
/
+1
*
Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"
Anthony Liguori
2011-11-28
1
-4
/
+23
*
x86/cpuid: Fix crash on -cpu ""
Markus Armbruster
2011-11-10
1
-2
/
+2
*
x86/cpuid: Plug memory leak in cpudef_setfield()
Markus Armbruster
2011-11-10
1
-0
/
+1
*
x86/cpuid: Convert remaining strdup() to g_strdup()
Markus Armbruster
2011-11-10
1
-4
/
+4
*
i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID
Avi Kivity
2011-11-09
1
-23
/
+4
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-1
/
+1
*
qemu-x86: Add tsc_freq option to -cpu
Joerg Roedel
2011-08-05
1
-0
/
+13
*
kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
Jan Kiszka
2011-06-20
1
-8
/
+12
*
kvm: Enable CPU SMEP feature
Yang, Wei Y
2011-06-14
1
-0
/
+13
*
kvm: Add CPUID support for VIA CPU
brillywu@viatech.com.cn
2011-06-14
1
-2
/
+51
*
kvm: add kvmclock to its second bit
Glauber Costa
2011-05-02
1
-1
/
+1
*
x86: Allow multiple cpu feature matches of lookup_feature
Jan Kiszka
2011-05-02
1
-6
/
+8
*
x86: Properly reset PAT MSR
Jan Kiszka
2011-03-16
1
-1
/
+0
*
kvm: Improve reporting of fatal errors
Jan Kiszka
2011-01-23
1
-3
/
+2
*
Add support for async page fault to qemu
Gleb Natapov
2010-11-16
1
-1
/
+1
*
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-10-30
1
-2
/
+1
*
Add svm cpuid features
Joerg Roedel
2010-10-20
1
-17
/
+60
*
Set cpuid definition to 0 before initializing it
Joerg Roedel
2010-10-20
1
-0
/
+2
*
QemuOpts: make most qemu_*_opts static
Gerd Hoffmann
2010-08-22
1
-1
/
+1
*
Use ARRAY_SIZE macro
Blue Swirl
2010-08-20
1
-1
/
+1
*
Don't declare XSAVE as supported
Andi Kleen
2010-07-02
1
-2
/
+2
*
Enable XSAVE related CPUID
Sheng Yang
2010-06-28
1
-0
/
+21
*
fix CPUID vendor override
Andre Przywara
2010-06-28
1
-1
/
+1
*
apic: avoid using CPUState internals
Blue Swirl
2010-06-19
1
-0
/
+6
*
resent: x86/cpuid: Add kvm32 CPU model
Andre Przywara
2010-06-01
1
-0
/
+14
*
x86/cpuid: fix indentation
Aurelien Jarno
2010-03-13
1
-7
/
+7
*
x86/cpuid: Enable all features of real CPU
Aurelien Jarno
2010-03-13
1
-30
/
+26
*
x86/cpuid: fix CPUID levels
Andre Przywara
2010-03-13
1
-2
/
+2
*
x86/cpuid: Always expose 32 and 64-bit CPUs
Andre Przywara
2010-03-13
1
-2
/
+0
*
x86/cpuid: add TCG feature bit trimming
Andre Przywara
2010-03-13
1
-0
/
+24
*
x86/cpuid: add "host" to the list of supported CPU models
Andre Przywara
2010-03-13
1
-0
/
+3
*
x86/cpuid: add missing CPUID feature flag names
Andre Przywara
2010-03-13
1
-8
/
+8
*
x86/cpuid: moved host_cpuid function and remove prototype
Andre Przywara
2010-03-13
1
-37
/
+34
*
x86/cpuid: fix missing feature set bits
Andre Przywara
2010-03-13
1
-0
/
+1
*
x86/cpuid: replace magic number with named constant
Andre Przywara
2010-03-13
1
-5
/
+6
*
x86/cpuid: move CPUID functions into separate file
Andre Przywara
2010-03-13
1
-0
/
+1137