Am 25.04.2012 16:23, schrieb Andreas Färber: > Hello Anthony, Blue, > > Please pull the remainder of the QOM CPU conversions: sh4, m68k and mips.
Ping! Blue, both Aurélien and Paul have consented to status Odd Fixes via IRC in the meantime, so I've updated the below branch with Cc -> Acked-by. Aurélien wants to take up maintainership of sh4 and mips later on and doesn't mind us applying changes in the meantime. Paul doesn't consider his M: for m68k as indicating ownership at all. Please pull. I'll have one more 1.1 patch as followup, cleaning up the #ifdef from my recent linux-user bugfix, which I'll post as reply here. Andreas > There was no reaction from the listed maintainers to my patches for weeks > nor to the MAINTAINERS RFC for one week, so please apply to let us proceed. > > Cc: Anthony Liguori <anth...@codemonkey.ws> > Cc: Blue Swirl <blauwir...@gmail.com> > > Cc: Aurélien Jarno <aurel...@aurel32.net> > Cc: Paul Brook <p...@codesourcery.com> > > 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-rest.v1 > > Andreas Färber (12): > MAINTAINERS: Downgrade target-m68k to Odd Fixes > MAINTAINERS: Downgrade target-mips and target-sh4 to Odd Fixes > target-sh4: QOM'ify CPU > target-sh4: QOM'ify CPU reset > target-sh4: Start QOM'ifying CPU init > target-m68k: QOM'ify CPU > target-m68k: QOM'ify CPU reset > target-m68k: Start QOM'ifying CPU init > target-m68k: Add QOM CPU subclasses > target-mips: QOM'ify CPU > target-mips: Start QOM'ifying CPU init > Makefile: Simplify compilation of target-*/cpu.c > > MAINTAINERS | 6 +- > Makefile.target | 11 +--- > target-m68k/cpu-qom.h | 70 +++++++++++++++++++ > target-m68k/cpu.c | 170 > +++++++++++++++++++++++++++++++++++++++++++++++ > target-m68k/cpu.h | 3 +- > target-m68k/helper.c | 159 ++++++++++++++------------------------------ > target-mips/cpu-qom.h | 74 ++++++++++++++++++++ > target-mips/cpu.c | 69 +++++++++++++++++++ > target-mips/cpu.h | 2 + > target-mips/translate.c | 5 +- > target-sh4/cpu-qom.h | 70 +++++++++++++++++++ > target-sh4/cpu.c | 90 +++++++++++++++++++++++++ > target-sh4/cpu.h | 2 + > target-sh4/translate.c | 28 ++------ > 14 files changed, 612 insertions(+), 147 deletions(-) > create mode 100644 target-m68k/cpu-qom.h > create mode 100644 target-m68k/cpu.c > create mode 100644 target-mips/cpu-qom.h > create mode 100644 target-mips/cpu.c > create mode 100644 target-sh4/cpu-qom.h > create mode 100644 target-sh4/cpu.c -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg