summaryrefslogtreecommitdiff
path: root/target-i386/cpu.c
AgeCommit message (Expand)Author
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
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-01-21Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-01-21target-i386: Add PKU and and OSPKE supportHuaitong Han
2016-01-21target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang
2016-01-21target-i386: Rename optimize_flags_init()Eduardo Habkost
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2015-12-17kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIPPaolo Bonzini
2015-12-17target-i386/kvm: Hyper-V SynIC timers MSR's supportAndrey Smetanin
2015-12-17target-i386/kvm: Hyper-V SynIC MSR's supportAndrey Smetanin
2015-11-17target-i386: Disable rdtscp on Opteron_G* CPU modelsEduardo Habkost
2015-11-06target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURESXiao Guangrong
2015-11-05target-i386: Enable clflushopt/clwb/pcommit instructionsXiao Guangrong
2015-11-05target-i386: Remove POPCNT from qemu64 and qemu32 CPU modelsEduardo Habkost
2015-11-05target-i386: Remove ABM from qemu64 CPU modelEduardo Habkost
2015-11-05target-i386: Remove SSE4a from qemu64 CPU modelEduardo Habkost
2015-11-04osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()Eduardo Habkost
2015-10-27target-i386: Enable "check" mode by defaultEduardo Habkost