qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to


From: Mark Cave-Ayland
Subject: Re: [PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
Date: Fri, 5 Jan 2024 07:50:06 +0000
User-agent: Mozilla Thunderbird

On 09/11/2023 19:28, Philippe Mathieu-Daudé wrote:

Missing review: #10

Hi,

This series add support for (async) FIFO on the transmit path
of the PL011 UART.

Since v3:
- Document migration bits (Alex, Richard)
- Just check FIFO is not empty in pl011_xmit_fifo_state_needed (rth)
- In pl011_xmit check TX enabled first, and ignore < 8-bit TX (rth)

Since v2:
- Added R-b tags
- Addressed Richard comments on migration

Since v1:
- Restrict pl011_ops[] impl access_size,
- Do not check transmitter is enabled (Peter),
- Addressed Alex's review comments,
- Simplified migration trying to care about backward compat,
   but still unsure...

Philippe Mathieu-Daudé (10):
   util/fifo8: Allow fifo8_pop_buf() to not populate popped length
   util/fifo8: Introduce fifo8_peek_buf()
   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: Check if receiver is enabled
   hw/char/pl011: Rename RX FIFO methods
   hw/char/pl011: Add transmit FIFO to PL011State
   hw/char/pl011: Implement TX FIFO

  include/hw/char/pl011.h |   2 +
  include/qemu/fifo8.h    |  37 ++++++-
  hw/char/pl011.c         | 239 +++++++++++++++++++++++++++++++++-------
  util/fifo8.c            |  28 ++++-
  hw/char/trace-events    |   8 +-
  5 files changed, 263 insertions(+), 51 deletions(-)

Hi Phil,

Happy New Year! Are there plans to queue this series for 9.0 soon? I'm particularly interested in the first 2 patches as I've made use of the new fifo8_peek_buf() function as part of my latest ESP updates.


ATB,

Mark.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]