Re: [RFC PATCH v3 01/24] fifo32: add peek function

2024-09-17 Thread Octavian Purdila
e On Fri, Sep 6, 2024 at 4:53 AM Philippe Mathieu-Daudé wrote: > > Hi Octavian, > Hi Philippe, > On 27/8/24 08:45, Octavian Purdila wrote: > > Add fifo32_peek() that returns the first element from the queue > > without popping it. > > > > Signed-off-by: Octavian Purdila > > --- > > include

Re: [RFC PATCH v3 01/24] fifo32: add peek function

2024-09-06 Thread Philippe Mathieu-Daudé
Hi Octavian, On 27/8/24 08:45, Octavian Purdila wrote: Add fifo32_peek() that returns the first element from the queue without popping it. Signed-off-by: Octavian Purdila --- include/qemu/fifo32.h | 28 1 file changed, 28 insertions(+) diff --git a/include/qemu

[RFC PATCH v3 01/24] fifo32: add peek function

2024-08-26 Thread Octavian Purdila
Add fifo32_peek() that returns the first element from the queue without popping it. Signed-off-by: Octavian Purdila --- include/qemu/fifo32.h | 28 1 file changed, 28 insertions(+) diff --git a/include/qemu/fifo32.h b/include/qemu/fifo32.h index 4e9fd1b5ef..77aab488