index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
/
cpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-05-05
1
-8
/
+16
*
target-i386: Add missing 'static' and 'const' attributes
Stefan Weil
2014-03-27
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-1
/
+3
*
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2014-03-13
1
-15
/
+21
*
target-i386: X86CPU model subclasses
Eduardo Habkost
2014-03-13
1
-73
/
+110
*
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
2014-03-13
1
-3
/
+21
*
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
2014-03-13
1
-0
/
+1
*
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2014-03-13
1
-2
/
+2
*
target-i386: Make kvm_default_features an array
Eduardo Habkost
2014-03-13
1
-4
/
+13
*
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
2014-03-13
1
-3
/
+4
*
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
2014-03-13
1
-13
/
+13
*
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
2014-03-13
1
-5
/
+5
*
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
2014-03-13
1
-2
/
+4
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-0
/
+15
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-03-12
1
-1
/
+1
|
\
|
*
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
2014-03-11
1
-1
/
+1
*
|
target-i386: bugfix of Intel MPX
Liu, Jinsong
2014-03-11
1
-1
/
+1
|
/
*
target-i386: Move KVM default-vendor hack to instance_init
Eduardo Habkost
2014-02-03
1
-13
/
+19
*
target-i386: Don't change x86_def_t struct on cpu_x86_register()
Eduardo Habkost
2014-02-03
1
-5
/
+6
*
target-i386: Eliminate CONFIG_KVM #ifdefs
Eduardo Habkost
2014-02-03
1
-12
/
+3
*
kvm: add support for hyper-v timers
Vadim Rozenfeld
2014-02-03
1
-0
/
+1
*
target-i386: kvm_check_features_against_host(): Kill feature word array
Eduardo Habkost
2014-02-03
1
-36
/
+12
*
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
Eduardo Habkost
2014-02-03
1
-16
/
+7
*
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
Eduardo Habkost
2014-02-03
1
-14
/
+9
*
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
Eduardo Habkost
2014-02-03
1
-7
/
+4
*
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
Eduardo Habkost
2014-02-03
1
-8
/
+6
*
target-i386: kvm_cpu_fill_host(): No need to check level
Eduardo Habkost
2014-02-03
1
-6
/
+2
*
target-i386: kvm_cpu_fill_host(): Kill unused code
Eduardo Habkost
2014-02-03
1
-2
/
+0
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-25
1
-0
/
+7
|
\
|
*
target-i386: clear guest TSC on reset
Fernando Luis Vázquez Cao
2013-12-12
1
-0
/
+3
|
*
target-i386: Intel MPX
Liu Jinsong
2013-12-12
1
-0
/
+4
*
|
Merge remote branch 'luiz/queue/qmp' into qmpq
Edgar E. Iglesias
2014-01-14
1
-3
/
+1
|
\
\
|
*
|
target-i386: Remove assert_no_error usage
Peter Crosthwaite
2014-01-06
1
-3
/
+1
|
|
/
*
|
target-i386: Cleanup 'foo=val' feature handling
Igor Mammedov
2013-12-24
1
-15
/
+2
*
|
target-i386: Cleanup 'foo' feature handling
Igor Mammedov
2013-12-24
1
-11
/
+2
*
|
target-i386: Convert 'check' and 'enforce' to static properties
Igor Mammedov
2013-12-24
1
-7
/
+6
*
|
target-i386: Convert 'hv_spinlocks' to static property
Igor Mammedov
2013-12-24
1
-1
/
+44
*
|
target-i386: Convert 'hv_vapic' to static property
Igor Mammedov
2013-12-24
1
-1
/
+2
*
|
target-i386: Convert 'hv_relaxed' to static property
Igor Mammedov
2013-12-24
1
-1
/
+2
*
|
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
1
-12
/
+10
|
/
*
target-i386: fix cpuid leaf 0x0d
Liu Jinsong
2013-12-05
1
-3
/
+3
*
target-i386: do not override nr_cores for -cpu host
Paolo Bonzini
2013-11-21
1
-6
/
+8
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2013-10-18
1
-17
/
+49
|
\
|
*
x86: cpuid: reconstruct leaf 0Dh data
Paolo Bonzini
2013-10-02
1
-17
/
+48
|
*
x86: fix migration from pre-version 12
Paolo Bonzini
2013-10-02
1
-0
/
+1
*
|
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
2013-10-07
1
-3
/
+0
[next]