On 2/20/25 01:28, Philippe Mathieu-Daudé wrote:
While we model a 8-elements RX FIFO since the BCM2835 AUX model
was introduced in commit 97398d900ca ("bcm2835_aux: add emulation
of BCM2835 AUX block") we only read 1 char at a time!

Have the IOCanReadHandler handler return how many elements are
available, and use that in the IOReadHandler handler.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Reviewed-by: Luc Michel <luc.mic...@amd.com>
---
  hw/char/bcm2835_aux.c | 6 ++++--
  1 file changed, 4 insertions(+), 2 deletions(-)


Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to