Re: [PATCH v3 6/8] sparc/sun4m: Remove main_cpu_reset()

2020-07-22 Thread David Gibson
On Wed, Jul 22, 2020 at 11:56:55PM -0300, Thiago Jung Bauermann wrote: > We rely on cpu_common_reset() to set cs->halted to 0, so main_cpu_reset() > is pointless. > > Suggested-by: Philippe Mathieu-Daudé > Signed-off-by: Thiago Jung Bauermann Revieed-by: David Gibson > --- > hw/sparc/sun4m.c

[PATCH v3 6/8] sparc/sun4m: Remove main_cpu_reset()

2020-07-22 Thread Thiago Jung Bauermann
We rely on cpu_common_reset() to set cs->halted to 0, so main_cpu_reset() is pointless. Suggested-by: Philippe Mathieu-Daudé Signed-off-by: Thiago Jung Bauermann --- hw/sparc/sun4m.c | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) NB: I was only able to test that this patch