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

2022-11-24 Thread Edgar E. Iglesias
On Thu, Nov 24, 2022 at 11:50:07AM +, Peter Maydell wrote: > Convert the cris CPU class to use 3-phase reset, so it doesn't > need to use device_class_set_parent_reset() any more. Reviewed-by: Edgar E. Iglesias > > Signed-off-by: Peter Maydell > --- > target/cris/cpu-qom.h | 4 ++-- >

[PATCH for-8.0 04/19] target/cris: Convert to 3-phase reset

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