Hello Anthony, This is my current QOM CPU patch queue. Please pull.
Thanks, Andreas Cc: Anthony Liguori <anth...@codemonkey.ws> Cc: Eduardo Habkost <ehabk...@redhat.com> Cc: Igor Mammedov <imamm...@redhat.com> Cc: Jason J. Herne <jjhe...@us.ibm.com> Cc: Juergen Lock <n...@jelal.kn-bremen.de> The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c: Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging (2013-09-30 17:15:27 -0500) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git tags/qom-cpu-for-anthony for you to fetch changes up to 51fb256ab5ebc3e1879eb1df9c828866a2ef8141: cpu: Drop cpu_model_str from CPU_COMMON (2013-10-07 11:48:47 +0200) ---------------------------------------------------------------- QOM CPUState refactorings / X86CPU * Fix for X86CPU model field of qemu32/qemu64 CPU models * Bug fix for longjmp on FreeBSD * Removal of unused function * Confinement of clone syscall infrastructure to linux-user ---------------------------------------------------------------- Andreas Färber (2): cpu: Move cpu_copy() into linux-user cpu: Drop cpu_model_str from CPU_COMMON Eduardo Habkost (1): target-i386: Set model=6 on qemu64 & qemu32 CPU models Juergen Lock (1): cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec() liguang (1): cputlb: Remove dead function tlb_update_dirty() cpu-exec.c | 4 ++++ cputlb.c | 15 --------------- exec.c | 32 -------------------------------- include/exec/cpu-defs.h | 2 -- include/hw/i386/pc.h | 8 ++++++++ linux-user/main.c | 33 ++++++++++++++++++++++++++++++++- target-alpha/cpu.c | 4 ---- target-arm/helper.c | 3 --- target-i386/cpu.c | 7 ++----- target-m68k/helper.c | 1 - target-mips/translate.c | 1 - target-moxie/cpu.c | 1 - target-openrisc/cpu.c | 1 - target-ppc/translate_init.c | 3 --- target-s390x/helper.c | 3 --- target-sh4/cpu.c | 3 --- target-sparc/cpu.c | 1 - target-unicore32/helper.c | 1 - 18 files changed, 46 insertions(+), 77 deletions(-)