]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/char/pl011: Warn when using disabled transmitter
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 18 Jul 2024 15:23:42 +0000 (17:23 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 13 Sep 2024 18:11:13 +0000 (20:11 +0200)
commit51b61dd4d56f20cc58d038440e3d9a8c03482953
tree5f04fce1d18a4e8c058e497cc49efcdb392abef6
parentdee8284b6fc2587179b74b827503f330b4ba2e57
hw/char/pl011: Warn when using disabled transmitter

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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20240719181041.49545-9-philmd@linaro.org>
hw/char/pl011.c