Statistics
| Branch: | Revision:

root / target-i386 @ 7c9958b0

Name Size
TODO 1 kB
cpu-qom.h 1.9 kB
cpu.c 59.1 kB
cpu.h 32 kB
helper.c 38.3 kB
helper.h 6.3 kB
helper_template.h 8.6 kB
hyperv.c 1.2 kB
hyperv.h 1.2 kB
kvm.c 57.3 kB
machine.c 14.1 kB
op_helper.c 166.6 kB
ops_sse.h 60 kB
ops_sse_header.h 11.7 kB
svm.h 5.7 kB
translate.c 256.7 kB

Latest revisions

# Date Author Comment
13526728 05/30/2012 05:28 am Eduardo Habkost

Expose CPUID leaf 7 only for -cpu host

Changes v2 -> v3;
- Check for kvm_enabled() before setting cpuid_7_0_ebx_features

Changes v1 -> v2:
- Use kvm_arch_get_supported_cpuid() instead of host_cpuid() on
cpu_x86_fill_host().

We should use GET_SUPPORTED_CPUID for all bits on "-cpu host"...
7a059953 05/12/2012 03:17 pm Andreas Färber

target-i386: Defer MCE init

Commit de024815e3b523addf58f1f79846b7fe74643678 (target-i386: QOM'ify
CPU init) moved mce_init() call from helper.c:cpu_x86_init() into
X86CPU's cpu.c:x86_cpu_initfn().
mce_init() checks for a family >= 6 though, so we could end up with a...

16b93aa8 04/25/2012 11:51 am Andreas Färber

target-i386: Introduce "xlevel" property for X86CPU

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

d480e1af 04/25/2012 11:51 am Andreas Färber

target-i386: Prepare "vendor" property for X86CPU

Using it now would incur converting the three x86_def_t vendor words
into a string for object_property_set_str(), then back to three words
in the "vendor" setter.
The built-in CPU definitions use numeric preprocessor defines to...

89e48965 04/25/2012 11:51 am Andreas Färber

target-i386: Introduce "tsc-frequency" property for X86CPU

Use Hz as unit.

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

95b8519d 04/25/2012 11:51 am Andreas Färber

target-i386: Add property getter for CPU family

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

67e30c83 04/25/2012 11:51 am Andreas Färber

target-i386: Add property getter for CPU model

Signed-off-by: Andreas Färber <>
Reviewed-by: Igor Mammedov <>
Reviewed-by: Michael Roth <>

35112e41 04/25/2012 11:51 am Andreas Färber

target-i386: Add property getter for CPU stepping

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

63e886eb 04/25/2012 11:51 am Andreas Färber

target-i386: Add property getter for CPU model-id

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

8e1898bf 04/25/2012 11:51 am Andreas Färber

target-i386: Introduce "level" property for X86CPU

Signed-off-by: Andreas Färber <>
Reviewed-by: Eduardo Habkost <>
Reviewed-by: Igor Mammedov <>

View revisions

Also available in: Atom