[PATCH v2 0/3] util/fifo8: Introduce fifo8_peek_buf()

Philippe Mathieu-Daudé posted 3 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230705131859.53970-1-philmd@linaro.org
include/qemu/fifo8.h | 39 +++++++++++++++++++++++++++++++++------
util/fifo8.c         | 28 +++++++++++++++++++++++-----
2 files changed, 56 insertions(+), 11 deletions(-)
[PATCH v2 0/3] util/fifo8: Introduce fifo8_peek_buf()
Posted by Philippe Mathieu-Daudé 9 months, 3 weeks ago
Extracted from "hw/char/pl011: Implement TX (async) FIFO":
https://lore.kernel.org/qemu-devel/20230522153144.30610-1-philmd@linaro.org/

All series reviewed.

Philippe Mathieu-Daudé (3):
  util/fifo8: Fix typo in fifo8_push_all() description
  util/fifo8: Allow fifo8_pop_buf() to not populate popped length
  util/fifo8: Introduce fifo8_peek_buf()

 include/qemu/fifo8.h | 39 +++++++++++++++++++++++++++++++++------
 util/fifo8.c         | 28 +++++++++++++++++++++++-----
 2 files changed, 56 insertions(+), 11 deletions(-)

-- 
2.38.1