On 06/09/2024 14:14, Philippe Mathieu-Daudé wrote:
Hi Mark,
On 28/8/24 14:22, Mark Cave-Ayland wrote:
Mark Cave-Ayland (9):
fifo8: rename fifo8_peekpop_buf() to fifo8_peekpop_bufptr()
fifo8: introduce head variable for fifo8_peekpop_bufptr()
fifo8: add skip parameter to fifo8_peekpop_bufptr()
fifo8: replace fifo8_pop_bufptr() with fifo8_peekpop_bufptr() in
fifo8_pop_buf()
fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()
fifo8: honour do_pop argument in fifo8_peekpop_buf()
fifo8: add fifo8_peek_buf() function
fifo8: introduce fifo8_peek() function
tests/unit: add test-fifo unit test
For this series:
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>
I'm OK to queue it but took some notes while reviewing:
https://lore.kernel.org/qemu-devel/20240906131217.78159-1-phi...@linaro.org/
If you can have a look, I'll queue both together.
Thanks Phil!
I've just spotted a few minor issues with the series which I've just replied to:
would you like me to send a v2, or is it easier just for you to correct them yourself?
ATB,
Mark.