Re: [PATCH v2] hw/char/pl011: Add support for loopback

2024-03-04 Thread Peter Maydell
On Tue, 27 Feb 2024 at 05:48, Tong Ho wrote: > > This patch adds loopback for sent characters, sent BREAK, > and modem-control signals. > > Loopback of send and modem-control is often used for uart > self tests in real hardware but missing from current pl011 > model, resulting in self-test failure

[PATCH v2] hw/char/pl011: Add support for loopback

2024-02-26 Thread Tong Ho
This patch adds loopback for sent characters, sent BREAK, and modem-control signals. Loopback of send and modem-control is often used for uart self tests in real hardware but missing from current pl011 model, resulting in self-test failures when running in QEMU. This implementation matches what i