qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] util/fifo8: Introduce fifo8_peek_buf()
@ 2023-07-05 13:18 Philippe Mathieu-Daudé
  2023-07-05 13:18 ` [PATCH v2 1/3] util/fifo8: Fix typo in fifo8_push_all() description Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-07-05 13:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-05 13:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05 13:18 [PATCH v2 0/3] util/fifo8: Introduce fifo8_peek_buf() Philippe Mathieu-Daudé
2023-07-05 13:18 ` [PATCH v2 1/3] util/fifo8: Fix typo in fifo8_push_all() description Philippe Mathieu-Daudé
2023-07-05 13:18 ` [PATCH v2 2/3] util/fifo8: Allow fifo8_pop_buf() to not populate popped length Philippe Mathieu-Daudé
2023-07-05 13:18 ` [PATCH v2 3/3] util/fifo8: Introduce fifo8_peek_buf() Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).