aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
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
2016-07-07pc: Parse CPU features only onceIgor Mammedov
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov
2016-07-07target-i386: Avoid using locals outside their scopePaolo Bonzini
2016-07-07target-i386: TCG can support CPUID.07H:EBX.ermsPaolo Bonzini
2016-06-20error: Remove unnecessary local_err variablesEduardo Habkost
2016-06-14target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...Eduardo Habkost
2016-06-14target-i386: Use cpu_generic_init() in cpu_x86_init()Igor Mammedov
2016-06-14target-i386: Move xcc->kvm_required check to realize timeIgor Mammedov
2016-06-14target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()Eduardo Habkost
2016-06-14target-i386: Move features logic that requires CPUState to realize timeIgor Mammedov
2016-06-14target-i386: Remove xlevel & hv-spinlocks option fixupsEduardo Habkost
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář
2016-06-14target-i386: add Skylake-Client cpu modelEduardo Habkost
2016-05-23target-i386: Call cpu_exec_init() on realizeEduardo Habkost
2016-05-23target-i386: Move TCG initialization to realize timeEduardo Habkost
2016-05-23target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost
2016-05-23target-i386: Set constant model_id for qemu64/qemu32/athlonEduardo Habkost
2016-05-23target-i386: Use xsave structs for ext_save_areaEduardo Habkost
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini
2016-05-18Fix some typos found by codespellStefan Weil
2016-04-18target-i386: Set AMD alias bits after filtering CPUID dataEduardo Habkost
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-14kvm: Remove x2apic feature from CPU model when kernel_irqchip is offLan Tianyu
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini
2016-02-23cpu: Clean up includesPeter Maydell
2016-02-15target-i386: Implement FSGSBASERichard Henderson
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson
2016-02-13target-i386: Add XSAVE extensionRichard Henderson