On 8/26/20 7:55 AM, Thiago Jung Bauermann wrote: > We rely on cpu_common_reset() to set cs->halted to 0, it's redundant to do > it in main_cpu_reset(). > > Signed-off-by: Thiago Jung Bauermann <bauer...@linux.ibm.com> > --- > hw/sparc/sun4m.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c > index cf7dfa4af5..7484aa4438 100644 > --- a/hw/sparc/sun4m.c > +++ b/hw/sparc/sun4m.c > @@ -224,7 +224,6 @@ static void main_cpu_reset(void *opaque) > CPUState *cs = CPU(cpu); > > cpu_reset(cs); > - cs->halted = 0; > } > > static void secondary_cpu_reset(void *opaque) >
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>