Hello Anthony or Blue, Please pull the x86 QOM CPU conversion.
Cc: Anthony Liguori <anth...@codemonkey.ws> Cc: Blue Swirl <blauwir...@gmail.com> The following changes since commit 4e1957acc854b2f3f3068c75cef2a429f9b97011: Merge commit 'ff71f2e8cacefae99179993204172bc65e4303df' into staging (2012-04-10 08:21:58 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu-x86.v3 Andreas Färber (4): target-i386: Rename cpuid.c target-i386: QOM'ify CPU target-i386: QOM'ify CPU init target-i386: QOM'ify CPU reset Makefile.target | 2 +- target-i386/cpu-qom.h | 75 ++++++++++++++++++++++ target-i386/{cpuid.c => cpu.c} | 134 ++++++++++++++++++++++++++++++++++++++++ target-i386/cpu.h | 3 +- target-i386/helper.c | 100 ++---------------------------- 5 files changed, 217 insertions(+), 97 deletions(-) create mode 100644 target-i386/cpu-qom.h rename target-i386/{cpuid.c => cpu.c} (92%)