index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
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-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
2016-05-23
target-i386: Use xsave structs for ext_save_area
Eduardo Habkost
1
-7
/
+14
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-19
hw: cannot include hw/hw.h from user emulation
Paolo Bonzini
1
-1
/
+1
2016-05-18
Fix some typos found by codespell
Stefan Weil
1
-1
/
+1
2016-04-18
target-i386: Set AMD alias bits after filtering CPUID data
Eduardo Habkost
1
-8
/
+8
2016-03-24
target-i386: implement PKE for TCG
Paolo Bonzini
1
-3
/
+10
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-03-14
kvm: Remove x2apic feature from CPU model when kernel_irqchip is off
Lan Tianyu
1
-0
/
+4
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-11
/
+18
2016-02-25
target-i386: fix confusion in xcr0 bit position vs. mask
Paolo Bonzini
1
-11
/
+18
2016-02-23
cpu: Clean up includes
Peter Maydell
1
-4
/
+1
2016-02-15
target-i386: Implement FSGSBASE
Richard Henderson
1
-2
/
+5
2016-02-15
target-i386: Enable CR4/XCR0 features for user-mode
Richard Henderson
1
-2
/
+22
2016-02-13
target-i386: Enable control registers for MPX
Richard Henderson
1
-11
/
+6
2016-02-13
target-i386: Implement XSAVEOPT
Richard Henderson
1
-2
/
+4
2016-02-13
target-i386: Add XSAVE extension
Richard Henderson
1
-16
/
+23
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-34
/
+33
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-15
/
+15
2016-02-08
qom: Use typedef for Visitor
Eric Blake
1
-2
/
+2
2016-01-21
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-3
/
+24
2016-01-21
target-i386: Add PKU and and OSPKE support
Huaitong Han
1
-1
/
+22
2016-01-21
target-i386: Add support to migrate vcpu's TSC rate
Haozhong Zhang
1
-1
/
+1
2016-01-21
target-i386: Rename optimize_flags_init()
Eduardo Habkost
1
-1
/
+1
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-0
/
+1
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
1
-2
/
+4
2015-12-17
kvm: x86: add support for KVM_CAP_SPLIT_IRQCHIP
Paolo Bonzini
1
-1
/
+1
2015-12-17
target-i386/kvm: Hyper-V SynIC timers MSR's support
Andrey Smetanin
1
-0
/
+1
2015-12-17
target-i386/kvm: Hyper-V SynIC MSR's support
Andrey Smetanin
1
-0
/
+1
2015-11-17
target-i386: Disable rdtscp on Opteron_G* CPU models
Eduardo Habkost
1
-4
/
+8
2015-11-06
target-i386: Add clflushopt/clwb/pcommit to TCG_7_0_EBX_FEATURES
Xiao Guangrong
1
-1
/
+3
2015-11-05
target-i386: Enable clflushopt/clwb/pcommit instructions
Xiao Guangrong
1
-2
/
+2
2015-11-05
target-i386: Remove POPCNT from qemu64 and qemu32 CPU models
Eduardo Habkost
1
-2
/
+2
2015-11-05
target-i386: Remove ABM from qemu64 CPU model
Eduardo Habkost
1
-2
/
+1
2015-11-05
target-i386: Remove SSE4a from qemu64 CPU model
Eduardo Habkost
1
-1
/
+1
2015-11-04
osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version()
Eduardo Habkost
1
-1
/
+1
2015-10-27
target-i386: Enable "check" mode by default
Eduardo Habkost
1
-1
/
+1
[next]