summaryrefslogtreecommitdiffstats
path: root/target-i386/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov2013-01-081-9/+31
* target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov2013-01-081-10/+11
* target-i386: Filter out unsupported features at realize timeIgor Mammedov2013-01-081-15/+16
* target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost2013-01-081-8/+6
* target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost2013-01-081-1/+1
* target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost2013-01-081-9/+33
* target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost2013-01-081-0/+2
* target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost2013-01-081-7/+4
* Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl2012-12-281-2/+5
|\
| * Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-6/+7
| |\
| * | cpu: Move kvm_state field into CPUStateAndreas Färber2012-12-191-2/+5
* | | target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevelEduardo Habkost2012-12-231-1/+5
| |/ |/|
* | softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* | misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* | qapi: move include files to include/qobject/Paolo Bonzini2012-12-191-2/+2
* | qapi: remove qapi/qapi-types-core.hPaolo Bonzini2012-12-191-0/+1
|/
* target-i386: Postpone cpuid_level update to realize timeIgor Mammedov2012-12-071-3/+5
* target-i386: Use define for cpuid vendor string sizeIgor Mammedov2012-12-061-3/+3
* target-i386: Separate feature string parsing from CPU model lookupEduardo Habkost2012-12-061-23/+46
* target-i386/cpu.c: Coding style fixesEduardo Habkost2012-12-061-14/+16
* target-i386: Enable SSSE3 TCG supportAurelien Jarno2012-11-261-1/+1
* target-i386/cpu: Add missing flags to Haswell CPU modelEduardo Habkost2012-11-261-2/+3
* target-i386: Add Haswell CPU modelEduardo Habkost2012-11-151-0/+29
* target-i386/cpu: Add new Opteron CPU modelAndre Przywara2012-11-151-0/+32
* target-i386/cpu: Name new CPUID bitsAndre Przywara2012-11-151-6/+6
* target-i386: cpu: fix --disable-kvm compilationEduardo Habkost2012-11-021-0/+4
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-11-011-25/+73
|\
| * target-i386: kvm_cpu_fill_host: use GET_SUPPORTED_CPUIDEduardo Habkost2012-10-301-10/+15
| * target-i386: cpu: make -cpu host/check/enforce code KVM-specificEduardo Habkost2012-10-301-7/+18
| * target-i386: make cpu_x86_fill_host() voidEduardo Habkost2012-10-301-3/+1
| * target-i386: Add missing kvm cpuid feature nameDon Slutz2012-10-301-4/+8
| * i386: cpu: add missing CPUID[EAX=7,ECX=0] flag namesEduardo Habkost2012-10-301-2/+2
| * i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, tooEduardo Habkost2012-10-301-0/+2
| * i386: kvm: reformat filter_features_for_kvm() codeEduardo Habkost2012-10-301-15/+13
| * i386: kvm: filter CPUID feature words earlier, on cpu.cEduardo Habkost2012-10-301-0/+30
* | apic: Store X86CPU in APICCommonStateAndreas Färber2012-10-301-1/+1
* | target-i386: Inline APIC cpu_env property settingAndreas Färber2012-10-301-1/+4
* | target-i386: Initialize APIC at CPU levelIgor Mammedov2012-10-301-0/+57
* | target-i386: cpu_x86_register(): report error from property setterIgor Mammedov2012-10-301-1/+2
|/
* qemu: enable PV EOI for qemu 1.3Michael S. Tsirkin2012-10-291-13/+20
* target-i386: cpu: recover items 28-31 of ext2_feature_nameEduardo Habkost2012-10-281-0/+1
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-1/+1
* x86: Implement SMEP and SMAPH. Peter Anvin2012-10-011-8/+26
* i386: -cpu help: remove reference to specific CPUID leaves/registersEduardo Habkost2012-09-301-4/+4
* i386: cpu: eliminate duplicate feature namesEduardo Habkost2012-09-301-8/+23
* i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASESEduardo Habkost2012-09-301-9/+11
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-251-1/+1
|\
| * target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz2012-09-231-1/+1
OpenPOWER on IntegriCloud