On 20/2/25 10:28, Philippe Mathieu-Daudé wrote:
hw/char/pl011: Warn when using disabled receiver
hw/char/pl011: Simplify a bit pl011_can_receive()
hw/char/pl011: Improve RX flow tracing events
hw/char/pl011: Really use RX FIFO depth
hw/char/bcm2835_aux: Really use RX FIFO depth
Since v1:
- Fixed typos (Luc)
Some UART devices implement a RX FIFO but their code
(via IOCanReadHandler) only return a size of 1 element,
while we can receive more chars.
This series takes advantage of the full depth.
Inspired by pm215 chat comment on yesterday's community
meeting on the PL011