Re: [PATCH 5/9] hw/char/bcm2835_aux: Really use RX FIFO depth

2025-02-20 Thread Philippe Mathieu-Daudé
On 20/2/25 09:21, Luc Michel wrote: On 22:08 Wed 19 Feb , Philippe Mathieu-Daudé wrote: While we model a 8-elements RX FIFO since the PL011 model was introduced in commit 97398d900ca ("bcm2835_aux: add emulation of BCM2835 AUX block") we only read 1 char at a time! I'm not sure I get why i

Re: [PATCH 5/9] hw/char/bcm2835_aux: Really use RX FIFO depth

2025-02-20 Thread Luc Michel
On 22:08 Wed 19 Feb , Philippe Mathieu-Daudé wrote: > While we model a 8-elements RX FIFO since the PL011 model was > introduced in commit 97398d900ca ("bcm2835_aux: add emulation > of BCM2835 AUX block") we only read 1 char at a time! I'm not sure I get why in this patch and the subsequent on