Hello Anthony, Please pull the x86 QOM CPU properties.
Cc: Anthony Liguori <anth...@codemonkey.ws> The following changes since commit cf36b31db209a261ee3bc2737e788e1ced0a1bec: Limit ptimer rate to something achievable (2012-04-24 09:50:31 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu-x86-prop.v3 Andreas Färber (15): target-i386: Fix x86_cpuid_set_model_id() target-i386: Pass X86CPU to cpu_x86_register() target-i386: Add range check for -cpu ,family=x target-i386: Add "family" property to X86CPU target-i386: Add "model" property to X86CPU target-i386: Add "stepping" property to X86CPU target-i386: Add "model-id" property to X86CPU target-i386: Add property getter for CPU family target-i386: Add property getter for CPU model target-i386: Add property getter for CPU stepping target-i386: Add property getter for CPU model-id target-i386: Introduce "level" property for X86CPU target-i386: Introduce "xlevel" property for X86CPU target-i386: Prepare "vendor" property for X86CPU target-i386: Introduce "tsc-frequency" property for X86CPU target-i386/cpu.c | 318 +++++++++++++++++++++++++++++++++++++++++++++++--- target-i386/cpu.h | 2 +- target-i386/helper.c | 2 +- 3 files changed, 302 insertions(+), 20 deletions(-)