mbox

[PULL,0/2] qemu-sparc queue 20240110

Message ID 20240110070808.369516-1-mark.cave-ayland@ilande.co.uk
State New
Headers show

Pull-request

https://github.com/mcayland/qemu.git tags/qemu-sparc-20240110

Message

Mark Cave-Ayland Jan. 10, 2024, 7:08 a.m. UTC
The following changes since commit 9468484fe904ab4691de6d9c34616667f377ceac:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-01-09 10:32:23 +0000)

are available in the Git repository at:

  https://github.com/mcayland/qemu.git tags/qemu-sparc-20240110

for you to fetch changes up to 995d8348eb3d8ddf24882ed384a5c50eaf3aeae9:

  util/fifo8: Introduce fifo8_peek_buf() (2024-01-10 06:58:50 +0000)

----------------------------------------------------------------
qemu-sparc queue
- introduce fifo8_peek_buf() function

----------------------------------------------------------------
Philippe Mathieu-Daudé (2):
      util/fifo8: Allow fifo8_pop_buf() to not populate popped length
      util/fifo8: Introduce fifo8_peek_buf()

 include/qemu/fifo8.h | 37 ++++++++++++++++++++++++++++++++-----
 util/fifo8.c         | 28 +++++++++++++++++++++++-----
 2 files changed, 55 insertions(+), 10 deletions(-)

Comments

Peter Maydell Jan. 10, 2024, 4:21 p.m. UTC | #1
On Wed, 10 Jan 2024 at 07:09, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 9468484fe904ab4691de6d9c34616667f377ceac:
>
>   Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2024-01-09 10:32:23 +0000)
>
> are available in the Git repository at:
>
>   https://github.com/mcayland/qemu.git tags/qemu-sparc-20240110
>
> for you to fetch changes up to 995d8348eb3d8ddf24882ed384a5c50eaf3aeae9:
>
>   util/fifo8: Introduce fifo8_peek_buf() (2024-01-10 06:58:50 +0000)
>
> ----------------------------------------------------------------
> qemu-sparc queue
> - introduce fifo8_peek_buf() function
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM