index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
/
cpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-27
target-i386: Clear KVM CPUID features if KVM is disabled
Eduardo Habkost
1
-0
/
+4
2016-09-27
target-i386: Move xsave component mask to features array
Eduardo Habkost
1
-14
/
+28
2016-09-27
target-i386: xsave: Calculate set of xsave components on realize
Eduardo Habkost
1
-23
/
+32
2016-09-27
target-i386: xsave: Helper function to calculate xsave area size
Eduardo Habkost
1
-7
/
+15
2016-09-27
target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: xsave: Calculate enabled components only once
Eduardo Habkost
1
-10
/
+16
2016-09-27
target-i386: Don't try to enable PT State xsave component
Eduardo Habkost
1
-3
/
+3
2016-09-27
target-i386: Move feature name arrays inside FeatureWordInfo
Eduardo Habkost
1
-200
/
+170
2016-09-27
linux-user: remove #define smp_{cores, threads}
Marc-André Lureau
1
-4
/
+4
2016-09-27
target-i386: Enable CPUID[0x8000000A] if SVM is enabled
Eduardo Habkost
1
-0
/
+4
2016-09-27
target-i386: Automatically set level/xlevel/xlevel2 when needed
Eduardo Habkost
1
-10
/
+74
2016-09-27
target-i386: Add a marker to end of the region zeroed on reset
Eduardo Habkost
1
-1
/
+1
2016-09-27
target-i386: Remove unused X86CPUDefinition::xlevel2 field
Eduardo Habkost
1
-2
/
+0
2016-09-19
target-i386: Use struct X86XSaveArea in fpu_helper.c
Richard Henderson
1
-1
/
+6
2016-09-09
target-i386: present virtual L3 cache info for vcpus
Longpeng(Mike)
1
-5
/
+44
2016-09-05
target-i386: Add more Intel AVX-512 instructions support
Luwei Kang
1
-5
/
+9
2016-07-20
target-i386: Add x86_cpu_unrealizefn()
Igor Mammedov
1
-0
/
+16
2016-07-20
pc: cpu: Allow device_add to be used with x86 cpu
Igor Mammedov
1
-0
/
+1
2016-07-20
target-i386: Fix apic object leak when CPU is deleted
Igor Mammedov
1
-0
/
+1
2016-07-20
target-i386: cpu: Do not ignore error and fix apic parent
Igor Mammedov
1
-2
/
+3
2016-07-20
target-i386: Add support for UMIP and RDPID CPUID bits
Paolo Bonzini
1
-2
/
+2
2016-07-20
target-i386: Add socket/core/thread properties to X86CPU
Igor Mammedov
1
-0
/
+6
2016-07-20
target-i386: Replace custom apic-id setter/getter with static property
Igor Mammedov
1
-39
/
+6
2016-07-20
pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug()
Igor Mammedov
1
-13
/
+0
2016-07-20
target-i386: Set physical address bits based on host
Dr. David Alan Gilbert
1
-10
/
+62
2016-07-20
target-i386: Use uint32_t for X86CPU.apic_id
Igor Mammedov
1
-2
/
+2
2016-07-20
target-i386: Fill high bits of mtrr mask
Dr. David Alan Gilbert
1
-0
/
+1
2016-07-20
target-i386: Allow physical address bits to be set
Dr. David Alan Gilbert
1
-9
/
+43
2016-07-19
target-i386: Remove redundant HF_SOFTMMU_MASK
Sergey Fedorov
1
-3
/
+0
2016-07-07
target-i386: Enable LMCE for '-cpu host' if supported by host
Haozhong Zhang
1
-0
/
+15
2016-07-07
target-i386: kvm: Add basic Intel LMCE support
Ashok Raj
1
-1
/
+3
2016-07-07
target-i386: Report hyperv feature words through qom
Evgeny Yakovlev
1
-0
/
+53
2016-07-07
pc: Parse CPU features only once
Igor Mammedov
1
-44
/
+0
2016-07-07
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
1
-6
/
+20
2016-07-07
target-i386: Avoid using locals outside their scope
Paolo Bonzini
1
-1
/
+1
2016-07-07
target-i386: TCG can support CPUID.07H:EBX.erms
Paolo Bonzini
1
-2
/
+3
2016-06-20
error: Remove unnecessary local_err variables
Eduardo Habkost
1
-3
/
+1
2016-06-14
target-i386: Consolidate calls of object_property_parse() in x86_cpu_parse_fe...
Eduardo Habkost
1
-29
/
+45
2016-06-14
target-i386: Use cpu_generic_init() in cpu_x86_init()
Igor Mammedov
1
-19
/
+1
2016-06-14
target-i386: Move xcc->kvm_required check to realize time
Igor Mammedov
1
-8
/
+16
2016-06-14
target-i386: Remove assert(kvm_enabled()) from host_x86_cpu_initfn()
Eduardo Habkost
1
-5
/
+6
2016-06-14
target-i386: Move features logic that requires CPUState to realize time
Igor Mammedov
1
-18
/
+26
2016-06-14
target-i386: Remove xlevel & hv-spinlocks option fixups
Eduardo Habkost
1
-35
/
+1
2016-06-14
target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)
Radim Krčmář
1
-0
/
+32
2016-06-14
target-i386: add Skylake-Client cpu model
Eduardo Habkost
1
-0
/
+45
2016-05-23
target-i386: Call cpu_exec_init() on realize
Eduardo Habkost
1
-1
/
+2
2016-05-23
target-i386: Move TCG initialization to realize time
Eduardo Habkost
1
-5
/
+4
2016-05-23
target-i386: Move TCG initialization check to tcg_x86_init()
Eduardo Habkost
1
-3
/
+1
2016-05-23
cpu: Eliminate cpudef_init(), cpudef_setup()
Eduardo Habkost
1
-4
/
+0
2016-05-23
target-i386: Set constant model_id for qemu64/qemu32/athlon
Eduardo Habkost
1
-20
/
+3
[next]