hw/char/imx_serial: Really use RX FIFO depth
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 19 Feb 2025 15:23:30 +0000 (16:23 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 4 Mar 2025 13:45:34 +0000 (14:45 +0100)
commit91f8c04dd25f2eacbb9fd57db95b09313cdfd085
tree8fce722dda23870d03eca1b2133dda1d4599a548
parent2e6b2e08756e618e5d4316ff277e78213942a2a0
hw/char/imx_serial: Really use RX FIFO depth

While we model a 32-elements RX FIFO since the IMX serial
model was introduced in commit 988f2442971 ("hw/char/imx_serial:
Implement receive FIFO and ageing timer") 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é <philmd@linaro.org>
Reviewed-by: Luc Michel <luc.michel@amd.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Tested-by: Bernhard Beschow <shentey@gmail.com>
Message-Id: <20250220092903.3726-7-philmd@linaro.org>
hw/char/imx_serial.c