On 12/12/24 18:21, Paolo Bonzini wrote:
Check loopback_enabled(), not fifo_enabled(), like the C code.Also, set_break_error() must not happen until the break is read from the FIFO. Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- rust/hw/char/pl011/src/device.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>