summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-3755/+0
2016-11-25target-i386: Remove unused local_err variableEduardo Habkost1-6/+1
2016-11-10target-i386: document how x86 gdb_num_core_regs is computed.Doug Evans1-0/+3
2016-11-02x86: add AVX512_4VNNIW and AVX512_4FMAPS featuresLuwei Kang1-1/+18
2016-10-31target-i386: Print warning when mixing [+-]foo and foo=(on|off)Eduardo Habkost1-0/+24
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier1-0/+9
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-1/+5
2016-10-24pc: apic_common: Extend APIC ID property to 32bitIgor Mammedov1-1/+1
2016-10-17target-i386: Don't use cpu->migratable when filtering featuresEduardo Habkost1-1/+1
2016-10-17target-i386: Return runnability information on query-cpu-definitionsEduardo Habkost1-0/+76
2016-10-17target-i386: x86_cpu_load_features() functionEduardo Habkost1-24/+41
2016-10-17target-i386: Unset cannot_destroy_with_object_finalize_yetEduardo Habkost1-5/+0
2016-10-17apic: add global apic_get_class()Radim Krčmář1-3/+10
2016-10-17target-i386: Move warning code outside x86_cpu_filter_features()Eduardo Habkost1-9/+19
2016-10-17target-i386: xsave: Add FP and SSE bits to x86_ext_save_areasEduardo Habkost1-4/+18
2016-10-17target-i386: Register properties for feature aliases manuallyEduardo Habkost1-22/+21
2016-10-17target-i386: Remove underscores from feat_names arraysEduardo Habkost1-16/+20
2016-10-17target-i386: Make plus_features/minus_features QOM-basedEduardo Habkost1-86/+20
2016-10-17target-i386: Register aliases for feature names with underscoresEduardo Habkost1-0/+22
2016-10-17target-i386: Disable VME by default with TCGEduardo Habkost1-0/+10
2016-10-17target-i386: List CPU models using subclass listEduardo Habkost1-29/+74
2016-10-03target-i386: Correct family/model/stepping for Opteron_G3Evgeny Yakovlev1-3/+3
2016-10-03target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratableEduardo Habkost1-8/+11
2016-09-27target-i386: Clear KVM CPUID features if KVM is disabledEduardo Habkost1-0/+4
2016-09-27target-i386: Move xsave component mask to features arrayEduardo Habkost1-14/+28
2016-09-27target-i386: xsave: Calculate set of xsave components on realizeEduardo Habkost1-23/+32
2016-09-27target-i386: xsave: Helper function to calculate xsave area sizeEduardo Habkost1-7/+15
2016-09-27target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculationEduardo Habkost1-6/+2
2016-09-27target-i386: xsave: Calculate enabled components only onceEduardo Habkost1-10/+16
2016-09-27target-i386: Don't try to enable PT State xsave componentEduardo Habkost1-3/+3
2016-09-27target-i386: Move feature name arrays inside FeatureWordInfoEduardo Habkost1-200/+170
2016-09-27linux-user: remove #define smp_{cores, threads}Marc-André Lureau1-4/+4
2016-09-27target-i386: Enable CPUID[0x8000000A] if SVM is enabledEduardo Habkost1-0/+4
2016-09-27target-i386: Automatically set level/xlevel/xlevel2 when neededEduardo Habkost1-10/+74
2016-09-27target-i386: Add a marker to end of the region zeroed on resetEduardo Habkost1-1/+1
2016-09-27target-i386: Remove unused X86CPUDefinition::xlevel2 fieldEduardo Habkost1-2/+0
2016-09-19target-i386: Use struct X86XSaveArea in fpu_helper.cRichard Henderson1-1/+6
2016-09-09target-i386: present virtual L3 cache info for vcpusLongpeng(Mike)1-5/+44
2016-09-05target-i386: Add more Intel AVX-512 instructions supportLuwei Kang1-5/+9
2016-07-20target-i386: Add x86_cpu_unrealizefn()Igor Mammedov1-0/+16
2016-07-20pc: cpu: Allow device_add to be used with x86 cpuIgor Mammedov1-0/+1
2016-07-20target-i386: Fix apic object leak when CPU is deletedIgor Mammedov1-0/+1
2016-07-20target-i386: cpu: Do not ignore error and fix apic parentIgor Mammedov1-2/+3
2016-07-20target-i386: Add support for UMIP and RDPID CPUID bitsPaolo Bonzini1-2/+2
2016-07-20target-i386: Add socket/core/thread properties to X86CPUIgor Mammedov1-0/+6
2016-07-20target-i386: Replace custom apic-id setter/getter with static propertyIgor Mammedov1-39/+6
2016-07-20pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()Igor Mammedov1-13/+0
2016-07-20target-i386: Set physical address bits based on hostDr. David Alan Gilbert1-10/+62
2016-07-20target-i386: Use uint32_t for X86CPU.apic_idIgor Mammedov1-2/+2
2016-07-20target-i386: Fill high bits of mtrr maskDr. David Alan Gilbert1-0/+1