Re: [PATCH v2 2/2] hw/char/serial: Convert to three-phase reset

2025-01-10 Thread Philippe Mathieu-Daudé
On 10/1/25 19:27, Philippe Mathieu-Daudé wrote: Convert the TYPE_SERIAL (16550A UART) to three-phase reset. Only local states are reset so use the ResetHold handler, like other legacy devices. Signed-off-by: Philippe Mathieu-Daudé --- hw/char/serial.c | 10 -- 1 file changed, 4 inse

Re: [PATCH v2 2/2] hw/char/serial: Convert to three-phase reset

2025-01-10 Thread Pierrick Bouvier
On 1/10/25 10:27, Philippe Mathieu-Daudé wrote: Convert the TYPE_SERIAL (16550A UART) to three-phase reset. Only local states are reset so use the ResetHold handler, like other legacy devices. Signed-off-by: Philippe Mathieu-Daudé --- hw/char/serial.c | 10 -- 1 file changed, 4 inse

[PATCH v2 2/2] hw/char/serial: Convert to three-phase reset

2025-01-10 Thread Philippe Mathieu-Daudé
Convert the TYPE_SERIAL (16550A UART) to three-phase reset. Only local states are reset so use the ResetHold handler, like other legacy devices. Signed-off-by: Philippe Mathieu-Daudé --- hw/char/serial.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hw/char/seri