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
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/