qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 14/28] m68k: replace cpu_m68k_init() with cpu_ge


From: Thomas Huth
Subject: Re: [Qemu-devel] [PATCH 14/28] m68k: replace cpu_m68k_init() with cpu_generic_init()
Date: Sat, 15 Jul 2017 10:05:22 +0200

Am Fri, 14 Jul 2017 15:52:05 +0200
schrieb Igor Mammedov <address@hidden>:

> 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 <address@hidden>
> ---
> CC: Thomas Huth <address@hidden>
> CC: Laurent Vivier <address@hidden>
> ---
>  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 <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]