index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
cpu.c
Age
Commit message (
Expand
)
Author
2016-09-05
target-i386: Add more Intel AVX-512 instructions support
Luwei Kang
2016-07-20
target-i386: Add x86_cpu_unrealizefn()
Igor Mammedov
2016-07-20
pc: cpu: Allow device_add to be used with x86 cpu
Igor Mammedov
2016-07-20
target-i386: Fix apic object leak when CPU is deleted
Igor Mammedov
2016-07-20
target-i386: cpu: Do not ignore error and fix apic parent
Igor Mammedov
2016-07-20
target-i386: Add support for UMIP and RDPID CPUID bits
Paolo Bonzini
2016-07-20
target-i386: Add socket/core/thread properties to X86CPU
Igor Mammedov
2016-07-20
target-i386: Replace custom apic-id setter/getter with static property
Igor Mammedov
2016-07-20
pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
Igor Mammedov
2016-07-20
target-i386: Set physical address bits based on host
Dr. David Alan Gilbert
2016-07-20
target-i386: Use uint32_t for X86CPU.apic_id
Igor Mammedov
2016-07-20
target-i386: Fill high bits of mtrr mask
Dr. David Alan Gilbert
2016-07-20
target-i386: Allow physical address bits to be set
Dr. David Alan Gilbert
2016-07-19
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
2016-07-07
target-i386: Enable LMCE for '-cpu host' if supported by host
Haozhong Zhang
2016-07-07
target-i386: kvm: Add basic Intel LMCE support
Ashok Raj
2016-07-07
target-i386: Report hyperv feature words through qom
Evgeny Yakovlev
2016-07-07
pc: Parse CPU features only once
Igor Mammedov
2016-07-07
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
2016-07-07
target-i386: Avoid using locals outside their scope
Paolo Bonzini
2016-07-07
target-i386: TCG can support CPUID.07H:EBX.erms
Paolo Bonzini
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
2016-06-14
target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...
Eduardo Habkost
2016-06-14
target-i386: Use cpu_generic_init() in cpu_x86_init()
Igor Mammedov
2016-06-14
target-i386: Move xcc->kvm_required check to realize time
Igor Mammedov
2016-06-14
target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()
Eduardo Habkost
2016-06-14
target-i386: Move features logic that requires CPUState to realize time
Igor Mammedov
2016-06-14
target-i386: Remove xlevel & hv-spinlocks option fixups
Eduardo Habkost
2016-06-14
target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)
Radim Krčmář
2016-06-14
target-i386: add Skylake-Client cpu model
Eduardo Habkost
2016-05-23
target-i386: Call cpu_exec_init() on realize
Eduardo Habkost
2016-05-23
target-i386: Move TCG initialization to realize time
Eduardo Habkost
2016-05-23
target-i386: Move TCG initialization check to tcg_x86_init()
Eduardo Habkost
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
2016-05-23
target-i386: Set constant model_id for qemu64/qemu32/athlon
Eduardo Habkost
2016-05-23
target-i386: Use xsave structs for ext_save_area
Eduardo Habkost
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
2016-05-18
Fix some typos found by codespell
Stefan Weil
2016-04-18
target-i386: Set AMD alias bits after filtering CPUID data
Eduardo Habkost
2016-03-24
target-i386: implement PKE for TCG
Paolo Bonzini
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-14
kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
Lan Tianyu
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
target-i386: fix confusion in xcr0 bit position vs. mask
Paolo Bonzini
2016-02-23
cpu: Clean up includes
Peter Maydell
2016-02-15
target-i386: Implement FSGSBASE
Richard Henderson
2016-02-15
target-i386: Enable CR4/XCR0 features for user-mode
Richard Henderson
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
2016-02-13
target-i386: Implement XSAVEOPT
Richard Henderson
[next]