Re: [PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter

2023-07-14 Thread Richard Henderson
On 7/10/23 18:50, Philippe Mathieu-Daudé wrote: We shouldn't transmit characters when the full UART or its transmitter is disabled. However we don't want to break the possibly incomplete "my first bare metal assembly program"s, so we choose to simply display a warning when this occurs. Signed-of

[PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter

2023-07-10 Thread Philippe Mathieu-Daudé
We shouldn't transmit characters when the full UART or its transmitter is disabled. However we don't want to break the possibly incomplete "my first bare metal assembly program"s, so we choose to simply display a warning when this occurs. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Be