Hello Anthony or Blue, Please pull the unicore32 QOM CPU conversion.
Due to my alphabetical ordering in Makefile.target, it is independent of Peter's upcoming ARM pull. Cc: Anthony Liguori <anth...@codemonkey.ws> Cc: Blue Swirl <blauwir...@gmail.com> Cc: Guan Xuetao <g...@mprc.pku.edu.cn> Cc: Peter Maydell <peter.mayd...@linaro.org> The following changes since commit f638f0d3ae214d995cdd94578195700cda24597b: qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs (2012-03-29 11:10:08 +0400) are available in the git repository at: git://github.com/afaerber/qemu-cpu.git qom-cpu-unicore32.v3 Andreas Färber (5): MAINTAINERS: Add entry for UniCore32 target-unicore32: Relicense to GPLv2+ target-unicore32: License future contributions under GPLv2+ target-unicore32: QOM'ify CPU target-unicore32: Move CPU-dependent init into initfn MAINTAINERS | 5 ++ Makefile.target | 1 + target-unicore32/cpu-qom.h | 59 ++++++++++++++++++++++++ target-unicore32/cpu.c | 104 ++++++++++++++++++++++++++++++++++++++++++ target-unicore32/cpu.h | 4 +- target-unicore32/helper.c | 65 +++----------------------- target-unicore32/helper.h | 3 +- target-unicore32/op_helper.c | 3 +- target-unicore32/translate.c | 3 +- 9 files changed, 186 insertions(+), 61 deletions(-) create mode 100644 target-unicore32/cpu-qom.h create mode 100644 target-unicore32/cpu.c