Re: [PATCH for-8.0 17/19] target/sparc: Convert to 3-phase reset

2022-11-30 Thread Mark Cave-Ayland
On 24/11/2022 11:50, Peter Maydell wrote: Convert the sparc CPU class to use 3-phase reset, so it doesn't need to use device_class_set_parent_reset() any more. Signed-off-by: Peter Maydell --- target/sparc/cpu-qom.h | 4 ++-- target/sparc/cpu.c | 12 2 files changed, 10 i

[PATCH for-8.0 17/19] target/sparc: Convert to 3-phase reset

2022-11-24 Thread Peter Maydell
Convert the sparc CPU class to use 3-phase reset, so it doesn't need to use device_class_set_parent_reset() any more. Signed-off-by: Peter Maydell --- target/sparc/cpu-qom.h | 4 ++-- target/sparc/cpu.c | 12 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/targe