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
*
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
*
|
target-i386: Set model=6 on qemu64 & qemu32 CPU models
Eduardo Habkost
2013-10-02
1
-2
/
+2
|
/
*
target-i386: add feature kvm_pv_unhalt
Andrew Jones
2013-09-20
1
-1
/
+1
*
target-i386: forward CPUID cache leaves when -cpu host is used
Benoît Canet
2013-09-20
1
-0
/
+19
*
target-i386: Use #defines instead of magic numbers for CPUID cache info
Eduardo Habkost
2013-09-03
1
-22
/
+162
*
Convert stderr message calling error_get_pretty() to error_report()
Seiji Aguchi
2013-08-20
1
-1
/
+1
*
target-i386: Move hyperv_* static globals to X86CPU
Igor Mammedov
2013-08-16
1
-5
/
+11
*
target-i386: Fix X86CPU error handling
Andreas Färber
2013-08-06
1
-1
/
+5
*
target-i386: Disable PMU CPUID leaf by default
Eduardo Habkost
2013-07-29
1
-1
/
+10
*
target-i386: Pass X86CPU object to cpu_x86_find_by_name()
Eduardo Habkost
2013-07-29
1
-2
/
+3
*
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
Andreas Färber
2013-07-29
1
-1
/
+3
*
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
1
-0
/
+2
*
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
2013-07-26
1
-0
/
+1
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-1
/
+2
*
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
1
-0
/
+8
*
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
2013-07-23
1
-0
/
+8
*
cpu: Move reset logging to CPUState
Andreas Färber
2013-07-09
1
-5
/
+1
*
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
1
-1
/
+1
*
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
2013-06-28
1
-1
/
+0
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-0
/
+1
*
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
2013-06-11
1
-0
/
+1
*
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
2013-06-11
1
-2
/
+9
[next]