index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
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
*
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2014-01-24
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
*
target-i386: cpu: Fix potential buffer overrun in get_register_name_32()
Igor Mammedov
2013-06-10
1
-1
/
+1
*
target-i386: Set level=4 on Conroe/Penryn/Nehalem
Eduardo Habkost
2013-06-10
1
-3
/
+3
*
target-i386: Update model values on Conroe/Penryn/Nehalem CPU models
Eduardo Habkost
2013-06-10
1
-3
/
+3
*
target-i386: n270 can MOVBE
Borislav Petkov
2013-05-06
1
-1
/
+2
*
target-i386: Introduce generic CPUID feature compat function
Eduardo Habkost
2013-05-06
1
-0
/
+26
*
target-i386: Change CPUID model of 486 to 8
Andreas Färber
2013-05-06
1
-1
/
+1
*
target-i386: Emulate X86CPU subclasses for global properties
Andreas Färber
2013-05-06
1
-0
/
+9
*
target-i386: Add "filtered-features" property to X86CPU
Eduardo Habkost
2013-05-06
1
-4
/
+7
*
target-i386: Introduce X86CPU::filtered_features field
Eduardo Habkost
2013-05-06
1
-3
/
+6
*
target-i386: Add "feature-words" property to X86CPU
Eduardo Habkost
2013-05-06
1
-12
/
+58
*
target-i386: Use FeatureWord loop on filter_features_for_kvm()
Eduardo Habkost
2013-05-06
1
-17
/
+7
[next]