aboutsummaryrefslogtreecommitdiffstats
path: root/target-i386/cpuid.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22enable architectural PMU cpuid leaf for kvmGleb Natapov1-4/+13
2011-11-28x86/cpuid: Tighten parsing of tsc_freq=FREQMarkus Armbruster1-1/+1
2011-11-28Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"Anthony Liguori1-4/+23
2011-11-10x86/cpuid: Fix crash on -cpu ""Markus Armbruster1-2/+2
2011-11-10x86/cpuid: Plug memory leak in cpudef_setfield()Markus Armbruster1-0/+1
2011-11-10x86/cpuid: Convert remaining strdup() to g_strdup()Markus Armbruster1-4/+4
2011-11-09i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUIDAvi Kivity1-23/+4
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-05qemu-x86: Add tsc_freq option to -cpuJoerg Roedel1-0/+13
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka1-8/+12
2011-06-14kvm: Enable CPU SMEP featureYang, Wei Y1-0/+13
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn1-2/+51
2011-05-02kvm: add kvmclock to its second bitGlauber Costa1-1/+1
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka1-6/+8
2011-03-16x86: Properly reset PAT MSRJan Kiszka1-1/+0
2011-01-23kvm: Improve reporting of fatal errorsJan Kiszka1-3/+2
2010-11-16Add support for async page fault to qemuGleb Natapov1-1/+1
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-10-20Add svm cpuid featuresJoerg Roedel1-17/+60
2010-10-20Set cpuid definition to 0 before initializing itJoerg Roedel1-0/+2
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann1-1/+1
2010-08-20Use ARRAY_SIZE macroBlue Swirl1-1/+1
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