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

2022-11-24 Thread Edgar E. Iglesias
On Thu, Nov 24, 2022 at 11:50:12AM +, Peter Maydell wrote: > Convert the microblaze 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/microblaze/cpu-qom.h |

[PATCH for-8.0 09/19] target/microblaze: Convert to 3-phase reset

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