> -----Original Message-----
> From: Peter Maydell <[email protected]>
> Sent: Thursday, November 24, 2022 5:50 AM
> To: [email protected]
> Cc: Peter Maydell <[email protected]>; Michael Rolnik
> <[email protected]>; Edgar E. Iglesias <[email protected]>; Taylor
> Simpson <[email protected]>; Song Gao <[email protected]>;
> Xiaojuan Yang <[email protected]>; Laurent Vivier
> <[email protected]>; Philippe Mathieu-Daudé <[email protected]>;
> Aurelien Jarno <[email protected]>; Jiaxun Yang
> <[email protected]>; Aleksandar Rikalo
> <[email protected]>; Chris Wulff <[email protected]>; Marek
> Vasut <[email protected]>; Stafford Horne <[email protected]>; Daniel
> Henrique Barboza <[email protected]>; Cédric Le Goater
> <[email protected]>; David Gibson <[email protected]>; Greg Kurz
> <[email protected]>; Palmer Dabbelt <[email protected]>; Alistair Francis
> <[email protected]>; Bin Meng <[email protected]>;
> Yoshinori Sato <[email protected]>; Mark Cave-Ayland
> <[email protected]>; Artyom Tarasenko
> <[email protected]>; Bastian Koppelmann <[email protected]
> paderborn.de>; Max Filippov <[email protected]>; qemu-
> [email protected]; [email protected]; [email protected]
> Subject: [PATCH for-8.0 05/19] target/hexagon: Convert to 3-phase reset
>
> Convert the hexagon 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 <[email protected]>
> ---
> target/hexagon/cpu.h | 2 +-
> target/hexagon/cpu.c | 12 ++++++++----
> 2 files changed, 9 insertions(+), 5 deletions(-)
>
Reviewed-by: Taylor Simpson <[email protected]>