Am Fri, 14 Jul 2017 15:52:05 +0200 schrieb Igor Mammedov <imamm...@redhat.com>:
> call register_m68k_insns() at realize time which makes > cpu_m68k_init() typical object creation function. > As result we can replace it with cpu_generic_init() > which does the same job, reducing code duplication a bit. > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > --- > CC: Thomas Huth <h...@tuxfamily.org> > CC: Laurent Vivier <laur...@vivier.eu> > --- > target/m68k/cpu.h | 3 +-- > hw/m68k/an5206.c | 2 +- > hw/m68k/mcf5208.c | 2 +- > target/m68k/cpu.c | 2 ++ > target/m68k/helper.c | 20 -------------------- > 5 files changed, 5 insertions(+), 24 deletions(-) Patch looks good, and the Coldfire images that I have still boot fine: Tested-by: Thomas Huth <h...@tuxfamily.org>