]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "hw/char/pl011: Warn when using disabled receiver"
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 11 Mar 2025 15:37:17 +0000 (16:37 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 14 Mar 2025 12:54:33 +0000 (12:54 +0000)
commit5b14454d37854f5c4227d642133a477a07e49759
tree0f4cbc2f4f72886b627b70f2d78d20dbb3fbef38
parent9223d688111904f57e5dcbdb80b71ff73a68f8ca
Revert "hw/char/pl011: Warn when using disabled receiver"

The guest does not control whether characters are sent on the UART.
Sending them before the guest happens to boot will now result in a
"guest error" log entry that is only because of timing, even if the
guest _would_ later setup the receiver correctly.

This reverts the bulk of commit abf2b6a028670bd2890bb3aee7e103fe53e4b0df,
and instead adds a comment about why we don't check the enable bits.

Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 20250311153717.206129-1-pbonzini@redhat.com
[PMM: expanded comment]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/char/pl011.c