aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2013-01-27target-i386: Remove setting tsc-frequency from x86_def_tIgor Mammedov
2013-01-27target-i386: Set custom features/properties without intermediate x86_def_tIgor Mammedov
2013-01-27target-i386: Remove vendor_override field from CPUX86StateIgor Mammedov
2013-01-27target-i386: Replace uint32_t vendor fields by vendor string in x86_def_tIgor Mammedov
2013-01-27target-i386: Print deprecation warning if xlevel < 0x80000000Igor Mammedov
2013-01-27target-i386: Drop redundant list of CPU definitionsAndreas Färber
2013-01-27target-i386: Simplify cpu_x86_find_by_name()Andreas Färber
2013-01-27pc: Generate APIC IDs according to CPU topologyEduardo Habkost
2013-01-27target-i386: Introduce x86_cpu_apic_id_from_index() functionEduardo Habkost
2013-01-27pc: Reverse pc_init_pci() compatibility logicEduardo Habkost
2013-01-27target-i386: Don't set any KVM flag by default if KVM is disabledEduardo Habkost
2013-01-21sysbus: Drop sysbus_from_qdev() cast macroAndreas Färber
2013-01-15target-i386: Move kvm_check_features_against_host() check to realize timeIgor Mammedov
2013-01-15target-i386: cpu_x86_register() consolidate freeing resourcesIgor Mammedov
2013-01-15target-i386: Move setting defaults out of cpu_x86_parse_featurestr()Igor Mammedov
2013-01-15target-i386: check/enforce: Check all feature wordsEduardo Habkost
2013-01-15target-i386/cpu.c: Add feature name array for ext4_featuresEduardo Habkost
2013-01-15target-i386: kvm_check_features_against_host(): Use feature_word_infoEduardo Habkost
2013-01-15target-i386/cpu: Introduce FeatureWord typedefsEduardo Habkost
2013-01-15target-i386: Disable kvm_mmu by defaultEduardo Habkost
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move nr_{cores,threads} fields to CPUStateAndreas Färber
2013-01-08target-i386: Explicitly set vendor for each built-in cpudefIgor Mammedov
2013-01-08target-i386: Sanitize AMD's ext2_features at realize timeIgor Mammedov
2013-01-08target-i386: Filter out unsupported features at realize timeIgor Mammedov
2013-01-08target-i386: check/enforce: Eliminate check_feat fieldEduardo Habkost
2013-01-08target-i386: check/enforce: Check SVM flag support as wellEduardo Habkost
2013-01-08target-i386: check/enforce: Check all CPUID.80000001H.EDX bitsEduardo Habkost
2013-01-08target-i386: check/enforce: Do not ignore "hypervisor" flagEduardo Habkost
2013-01-08target-i386: check/enforce: Fix CPUID leaf numbers on error messagesEduardo Habkost
2013-01-08target-i386: kvm: Enable all supported KVM features for -cpu hostEduardo Habkost
2013-01-08target-i386: kvm: -cpu host: Use GET_SUPPORTED_CPUID for SVM featuresEduardo Habkost
2012-12-28Merge branch 'qom-cpu' of git://repo.or.cz/qemu/afaerberBlue Swirl
2012-12-23target-i386: CPUID: return highest basic leaf if eax > cpuid_xlevelEduardo Habkost
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-19cpu: Move kvm_state field into CPUStateAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19qapi: move include files to include/qobject/Paolo Bonzini
2012-12-19qapi: remove qapi/qapi-types-core.hPaolo Bonzini
2012-12-07target-i386: Postpone cpuid_level update to realize timeIgor Mammedov
2012-12-06target-i386: Use define for cpuid vendor string sizeIgor Mammedov
2012-12-06target-i386: Separate feature string parsing from CPU model lookupEduardo Habkost
2012-12-06target-i386/cpu.c: Coding style fixesEduardo Habkost
2012-11-26target-i386: Enable SSSE3 TCG supportAurelien Jarno
2012-11-26target-i386/cpu: Add missing flags to Haswell CPU modelEduardo Habkost
2012-11-15target-i386: Add Haswell CPU modelEduardo Habkost
2012-11-15target-i386/cpu: Add new Opteron CPU modelAndre Przywara
2012-11-15target-i386/cpu: Name new CPUID bitsAndre Przywara
2012-11-02target-i386: cpu: fix --disable-kvm compilationEduardo Habkost