Re: [RFC PATCH v2 7/9] sparc/sun4m: Don't set CPUState::halted in cpu_devinit()

2020-07-22 Thread Thiago Jung Bauermann
Philippe Mathieu-Daudé writes: > On 7/22/20 5:50 AM, Thiago Jung Bauermann wrote: >> Remove setting of cs->halted from cpu_devinit(), which seems out of place >> when compared to similar code in other architectures (e.g., ppce500_init() >> in hw/ppc/e500.c). >> >> Signed-off-by: Thiago Jung

Re: [RFC PATCH v2 7/9] sparc/sun4m: Don't set CPUState::halted in cpu_devinit()

2020-07-22 Thread Philippe Mathieu-Daudé
On 7/22/20 5:50 AM, Thiago Jung Bauermann wrote: > Remove setting of cs->halted from cpu_devinit(), which seems out of place > when compared to similar code in other architectures (e.g., ppce500_init() > in hw/ppc/e500.c). > > Signed-off-by: Thiago Jung Bauermann > --- > hw/sparc/sun4m.c | 1 -

[RFC PATCH v2 7/9] sparc/sun4m: Don't set CPUState::halted in cpu_devinit()

2020-07-21 Thread Thiago Jung Bauermann
Remove setting of cs->halted from cpu_devinit(), which seems out of place when compared to similar code in other architectures (e.g., ppce500_init() in hw/ppc/e500.c). Signed-off-by: Thiago Jung Bauermann --- hw/sparc/sun4m.c | 1 - 1 file changed, 1 deletion(-) NB: I was only able to test