aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/cpuid.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-02Don't declare XSAVE as supportedAndi Kleen1-2/+2
2010-06-28Enable XSAVE related CPUIDSheng Yang1-0/+21
2010-06-28fix CPUID vendor overrideAndre Przywara1-1/+1
2010-06-19apic: avoid using CPUState internalsBlue Swirl1-0/+6
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara1-0/+14
2010-03-13x86/cpuid: fix indentationAurelien Jarno1-7/+7
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno1-30/+26
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara1-2/+2
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara1-2/+0
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara1-0/+24
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara1-0/+3
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara1-8/+8
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara1-37/+34
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara1-0/+1
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara1-5/+6
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara1-0/+1137