summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov
2016-10-17target-i386: Don't use cpu->migratable when filtering featuresEduardo Habkost
2016-10-17target-i386: Return runnability information on query-cpu-definitionsEduardo Habkost
2016-10-17target-i386: x86_cpu_load_features() functionEduardo Habkost
2016-10-17target-i386: Unset cannot_destroy_with_object_finalize_yetEduardo Habkost
2016-10-17apic: add global apic_get_class()Radim Krčmář
2016-10-17target-i386: Move warning code outside x86_cpu_filter_features()Eduardo Habkost
2016-10-17target-i386: xsave: Add FP and SSE bits to x86_ext_save_areasEduardo Habkost
2016-10-17target-i386: Register properties for feature aliases manuallyEduardo Habkost
2016-10-17target-i386: Remove underscores from feat_names arraysEduardo Habkost
2016-10-17target-i386: Make plus_features/minus_features QOM-basedEduardo Habkost
2016-10-17target-i386: Register aliases for feature names with underscoresEduardo Habkost
2016-10-17target-i386: Disable VME by default with TCGEduardo Habkost
2016-10-17target-i386: List CPU models using subclass listEduardo Habkost
2016-10-03target-i386: Correct family/model/stepping for Opteron_G3Evgeny Yakovlev
2016-10-03target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratableEduardo Habkost
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost
2016-09-27target-i386: Remove unused X86CPUDefinition::xlevel2 fieldEduardo Habkost
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson
2016-09-09target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)
2016-09-05target-i386: Add more Intel AVX-512 instructions supportLuwei Kang
2016-07-20target-i386: Add x86_cpu_unrealizefn()Igor Mammedov
2016-07-20pc: cpu: Allow device_add to be used with x86 cpuIgor Mammedov
2016-07-20target-i386: Fix apic object leak when CPU is deletedIgor Mammedov
2016-07-20target-i386: cpu: Do not ignore error and fix apic parentIgor Mammedov
2016-07-20target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov
2016-07-20target-i386: Replace custom apic-id setter/getter with static propertyIgor Mammedov
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov
2016-07-20target-i386: Set physical address bits based on hostDr. David Alan Gilbert
2016-07-20target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov
2016-07-20target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert
2016-07-20target-i386: Allow physical address bits to be setDr. David Alan Gilbert
2016-07-19target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov
2016-07-07target-i386: Enable LMCE for '-cpu host' if supported by hostHaozhong Zhang
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev