summaryrefslogtreecommitdiffstats
path: root/target-i386/cpuid.c
Commit message (Expand)AuthorAgeFilesLines
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-1/+1
* qemu-x86: Add tsc_freq option to -cpuJoerg Roedel2011-08-051-0/+13
* kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuidJan Kiszka2011-06-201-8/+12
* kvm: Enable CPU SMEP featureYang, Wei Y2011-06-141-0/+13
* kvm: Add CPUID support for VIA CPUbrillywu@viatech.com.cn2011-06-141-2/+51
* kvm: add kvmclock to its second bitGlauber Costa2011-05-021-1/+1
* x86: Allow multiple cpu feature matches of lookup_featureJan Kiszka2011-05-021-6/+8
* x86: Properly reset PAT MSRJan Kiszka2011-03-161-1/+0
* kvm: Improve reporting of fatal errorsJan Kiszka2011-01-231-3/+2
* Add support for async page fault to qemuGleb Natapov2010-11-161-1/+1
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+1
* Add svm cpuid featuresJoerg Roedel2010-10-201-17/+60
* Set cpuid definition to 0 before initializing itJoerg Roedel2010-10-201-0/+2
* QemuOpts: make most qemu_*_opts staticGerd Hoffmann2010-08-221-1/+1
* Use ARRAY_SIZE macroBlue Swirl2010-08-201-1/+1
* Don't declare XSAVE as supportedAndi Kleen2010-07-021-2/+2
* Enable XSAVE related CPUIDSheng Yang2010-06-281-0/+21
* fix CPUID vendor overrideAndre Przywara2010-06-281-1/+1
* apic: avoid using CPUState internalsBlue Swirl2010-06-191-0/+6
* resent: x86/cpuid: Add kvm32 CPU modelAndre Przywara2010-06-011-0/+14
* x86/cpuid: fix indentationAurelien Jarno2010-03-131-7/+7
* x86/cpuid: Enable all features of real CPUAurelien Jarno2010-03-131-30/+26
* x86/cpuid: fix CPUID levelsAndre Przywara2010-03-131-2/+2
* x86/cpuid: Always expose 32 and 64-bit CPUsAndre Przywara2010-03-131-2/+0
* x86/cpuid: add TCG feature bit trimmingAndre Przywara2010-03-131-0/+24
* x86/cpuid: add "host" to the list of supported CPU modelsAndre Przywara2010-03-131-0/+3
* x86/cpuid: add missing CPUID feature flag namesAndre Przywara2010-03-131-8/+8
* x86/cpuid: moved host_cpuid function and remove prototypeAndre Przywara2010-03-131-37/+34
* x86/cpuid: fix missing feature set bitsAndre Przywara2010-03-131-0/+1
* x86/cpuid: replace magic number with named constantAndre Przywara2010-03-131-5/+6
* x86/cpuid: move CPUID functions into separate fileAndre Przywara2010-03-131-0/+1137
OpenPOWER on IntegriCloud