Re: [PATCH v2 0/9] hw/char: Improve RX FIFO depth uses

2025-03-03 Thread Philippe Mathieu-Daudé
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

[PATCH v2 0/9] hw/char: Improve RX FIFO depth uses

2025-02-20 Thread Philippe Mathieu-Daudé
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