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

2022-11-27 Thread Alistair Francis
On Thu, Nov 24, 2022 at 10:00 PM Peter Maydell wrote: > > Convert the riscv 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 Reviewed-by: Alistair Francis Alistair > --- > target/riscv/cpu.h | 4 ++-- > ta

[PATCH for-8.0 14/19] target/riscv: Convert to 3-phase reset

2022-11-24 Thread Peter Maydell
Convert the riscv 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/riscv/cpu.h | 4 ++-- target/riscv/cpu.c | 12 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/target/riscv/