aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpuid.c
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-05qemu-x86: Add tsc_freq option to -cpuJoerg Roedel
2011-06-20kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka
2011-06-14kvm: Enable CPU SMEP featureYang, Wei Y
2011-06-14kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn
2011-05-02kvm: add kvmclock to its second bitGlauber Costa
2011-05-02x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka
2011-03-16x86: Properly reset PAT MSRJan Kiszka
2011-01-23kvm: Improve reporting of fatal errorsJan Kiszka
2010-11-16Add support for async page fault to qemuGleb Natapov
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil
2010-10-20Add svm cpuid featuresJoerg Roedel
2010-10-20Set cpuid definition to 0 before initializing itJoerg Roedel
2010-08-22QemuOpts: make most qemu_*_opts staticGerd Hoffmann
2010-08-20Use ARRAY_SIZE macroBlue Swirl
2010-07-02Don't declare XSAVE as supportedAndi Kleen
2010-06-28Enable XSAVE related CPUIDSheng Yang
2010-06-28fix CPUID vendor overrideAndre Przywara
2010-06-19apic: avoid using CPUState internalsBlue Swirl
2010-06-01resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara
2010-03-13x86/cpuid: fix indentationAurelien Jarno
2010-03-13x86/cpuid: Enable all features of real CPUAurelien Jarno
2010-03-13x86/cpuid: fix CPUID levelsAndre Przywara
2010-03-13x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara
2010-03-13x86/cpuid: add TCG feature bit trimmingAndre Przywara
2010-03-13x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara
2010-03-13x86/cpuid: add missing CPUID feature flag namesAndre Przywara
2010-03-13x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara
2010-03-13x86/cpuid: fix missing feature set bitsAndre Przywara
2010-03-13x86/cpuid: replace magic number with named constantAndre Przywara
2010-03-13x86/cpuid: move CPUID functions into separate fileAndre Przywara