[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid b
From: |
Peter Maydell |
Subject: |
Re: [PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop |
Date: |
Sat, 7 Sep 2024 11:38:06 +0100 |
On Sat, 7 Sept 2024 at 06:42, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> Hi Peter,
>
> On 19/7/24 20:10, Philippe Mathieu-Daudé wrote:
>
> > Philippe Mathieu-Daudé (16):
>
> > hw/char/pl011: Remove unused 'readbuff' field
> > hw/char/pl011: Move pl011_put_fifo() earlier
> > hw/char/pl011: Move pl011_loopback_enabled|tx() around
> > hw/char/pl011: Split RX/TX path of pl011_reset_fifo()
> > hw/char/pl011: Extract pl011_write_txdata() from pl011_write()
> > hw/char/pl011: Extract pl011_read_rxdata() from pl011_read()
> > hw/char/pl011: Warn when using disabled transmitter
>
> > hw/char/pl011: Rename RX FIFO methods
>
>
> If you don't mind I'll queue the reviewed 2-8 & 11 to ease my workflow,
> before respining the next version.
Sure, that's fine. I don't have anything pl011 related in
my queue that would conflict.
-- PMM