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
*
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-05
1
-1
/
+1
*
x86: Implement SMEP and SMAP
H. Peter Anvin
2012-10-01
1
-8
/
+26
*
i386: -cpu help: remove reference to specific CPUID leaves/registers
Eduardo Habkost
2012-09-30
1
-4
/
+4
*
i386: cpu: eliminate duplicate feature names
Eduardo Habkost
2012-09-30
1
-8
/
+23
*
i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES
Eduardo Habkost
2012-09-30
1
-9
/
+11
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-09-25
1
-1
/
+1
|
\
|
*
target-i386: Allow tsc-frequency to be larger then 2.147G
Don Slutz
2012-09-23
1
-1
/
+1
*
|
target-i386: Drop unused setscalar() macro
Andreas Färber
2012-09-21
1
-12
/
+0
*
|
target-i386: Kill cpudef config section support
Eduardo Habkost
2012-09-21
1
-99
/
+2
*
|
target-i386: x86_cpudef_setup() coding style change
Eduardo Habkost
2012-09-21
1
-6
/
+9
*
|
target-i386: Move CPU models from cpus-x86_64.conf to C
Eduardo Habkost
2012-09-21
1
-0
/
+219
*
|
Drop cpu_list_id macro
Peter Maydell
2012-09-21
1
-2
/
+2
*
|
target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump
Peter Maydell
2012-09-21
1
-53
/
+11
|
/
*
w32: Fix broken build
Stefan Weil
2012-08-30
1
-0
/
+2
*
target-i386: disable pv eoi to fix migration across QEMU versions
Anthony Liguori
2012-08-29
1
-1
/
+12
*
win32: provide separate macros for weak decls and definitions
Anthony Liguori
2012-08-15
1
-2
/
+2
*
target-i386: add implementation of query-cpu-definitions (v2)
Anthony Liguori
2012-08-13
1
-0
/
+22
*
Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu
Blue Swirl
2012-08-09
1
-0
/
+10
|
\
|
*
target-i386: move tcg initialization into x86_cpu_initfn()
Igor Mammedov
2012-06-25
1
-0
/
+10
*
|
target-i386: move cpu_reset and reset callback to cpu.c
Igor Mammedov
2012-08-01
1
-0
/
+14
*
|
target-i386: move cpu halted decision into x86_cpu_reset
Igor Mammedov
2012-08-01
1
-0
/
+16
*
|
Recognize PCID feature
Mao, Junjie
2012-07-21
1
-1
/
+1
*
|
kvm_pv_eoi: add flag support
Michael S. Tsirkin
2012-07-03
1
-1
/
+1
*
|
target-i386: Use QEMU instead of Qemu
Stefan Weil
2012-06-22
1
-1
/
+1
|
/
*
Allow machines to configure the QEMU_VERSION that's exposed via hardware
Crístian Viana
2012-06-19
1
-5
/
+13
*
target-i386: Use uint32 visitor for [x]level properties
Andreas Färber
2012-06-08
1
-38
/
+4
*
Expose CPUID leaf 7 only for -cpu host
Eduardo Habkost
2012-05-30
1
-7
/
+15
*
target-i386: Defer MCE init
Andreas Färber
2012-05-12
1
-1
/
+8
*
target-i386: Introduce "tsc-frequency" property for X86CPU
Andreas Färber
2012-04-25
1
-1
/
+36
*
target-i386: Prepare "vendor" property for X86CPU
Andreas Färber
2012-04-25
1
-0
/
+44
*
target-i386: Introduce "xlevel" property for X86CPU
Andreas Färber
2012-04-25
1
-1
/
+37
*
target-i386: Introduce "level" property for X86CPU
Andreas Färber
2012-04-25
1
-1
/
+37
*
target-i386: Add property getter for CPU model-id
Andreas Färber
2012-04-25
1
-1
/
+16
*
target-i386: Add property getter for CPU stepping
Andreas Färber
2012-04-25
1
-1
/
+13
*
target-i386: Add property getter for CPU model
Andreas Färber
2012-04-25
1
-1
/
+13
*
target-i386: Add property getter for CPU family
Andreas Färber
2012-04-25
1
-1
/
+15
*
target-i386: Add "model-id" property to X86CPU
Andreas Färber
2012-04-25
1
-2
/
+8
*
target-i386: Add "stepping" property to X86CPU
Andreas Färber
2012-04-25
1
-3
/
+24
*
target-i386: Add "model" property to X86CPU
Andreas Färber
2012-04-25
1
-3
/
+23
*
target-i386: Add "family" property to X86CPU
Andreas Färber
2012-04-25
1
-5
/
+34
*
target-i386: Add range check for -cpu ,family=x
Andreas Färber
2012-04-25
1
-1
/
+1
*
target-i386: Pass X86CPU to cpu_x86_register()
Andreas Färber
2012-04-25
1
-1
/
+2
*
target-i386: Fix x86_cpuid_set_model_id()
Andreas Färber
2012-04-25
1
-0
/
+1
*
target-i386: QOM'ify CPU reset
Andreas Färber
2012-04-10
1
-1
/
+71
*
target-i386: QOM'ify CPU init
Andreas Färber
2012-04-10
1
-0
/
+27
*
target-i386: QOM'ify CPU
Andreas Färber
2012-04-10
1
-0
/
+37
*
target-i386: Rename cpuid.c
Andreas Färber
2012-04-10
1
-0
/
+1369