Message ID | 20240719181041.49545-1-philmd@linaro.org |
---|---|
Headers | show |
Series | hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop | expand |
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. Thanks, Phil.
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
On 7/9/24 12:38, Peter Maydell wrote: > 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. Great, thank you!