aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-20target-i386: Allow physical address bits to be setDr. David Alan Gilbert1-9/+43
2016-07-19target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov1-3/+0
2016-07-07target-i386: Enable LMCE for '-cpu host' if supported by hostHaozhong Zhang1-0/+15
2016-07-07target-i386: kvm: Add basic Intel LMCE supportAshok Raj1-1/+3
2016-07-07target-i386: Report hyperv feature words through qomEvgeny Yakovlev1-0/+53
2016-07-07pc: Parse CPU features only onceIgor Mammedov1-44/+0
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-6/+20
2016-07-07target-i386: Avoid using locals outside their scopePaolo Bonzini1-1/+1
2016-07-07target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini1-2/+3
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost1-3/+1
2016-06-14target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...Eduardo Habkost1-29/+45
2016-06-14target-i386: Use cpu_generic_init() in cpu_x86_init()Igor Mammedov1-19/+1
2016-06-14target-i386: Move xcc->kvm_required check to realize timeIgor Mammedov1-8/+16
2016-06-14target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()Eduardo Habkost1-5/+6
2016-06-14target-i386: Move features logic that requires CPUState to realize timeIgor Mammedov1-18/+26
2016-06-14target-i386: Remove xlevel & hv-spinlocks option fixupsEduardo Habkost1-35/+1
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář1-0/+32
2016-06-14target-i386: add Skylake-Client cpu modelEduardo Habkost1-0/+45
2016-05-23target-i386: Call cpu_exec_init() on realizeEduardo Habkost1-1/+2
2016-05-23target-i386: Move TCG initialization to realize timeEduardo Habkost1-5/+4
2016-05-23target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost1-3/+1
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost1-4/+0
2016-05-23target-i386: Set constant model_id for qemu64/qemu32/athlonEduardo Habkost1-20/+3
2016-05-23target-i386: Use xsave structs for ext_save_areaEduardo Habkost1-7/+14
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini1-1/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-04-18target-i386: Set AMD alias bits after filtering CPUID dataEduardo Habkost1-8/+8
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini1-3/+10
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-14kvm: Remove x2apic feature from CPU model when kernel_irqchip is offLan Tianyu1-0/+4
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-11/+18
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini1-11/+18
2016-02-23cpu: Clean up includesPeter Maydell1-4/+1
2016-02-15target-i386: Implement FSGSBASERichard Henderson1-2/+5
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson1-2/+22
2016-02-13target-i386: Enable control registers for MPXRichard Henderson1-11/+6