|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 08/11] hw/char/pl011: Warn when using disabled transmitter |
Date: | Fri, 14 Jul 2023 08:01:48 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 |
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-off-by: Philippe Mathieu-Daudé<philmd@linaro.org> Reviewed-by: Alex Bennée<alex.bennee@linaro.org> --- hw/char/pl011.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |