[PULL 0/2] qemu-sparc queue 20240110

Mark Cave-Ayland posted 2 patches 8 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240110070808.369516-1-mark.cave-ayland@ilande.co.uk
include/qemu/fifo8.h | 37 ++++++++++++++++++++++++++++++++-----
util/fifo8.c         | 28 +++++++++++++++++++++++-----
2 files changed, 55 insertions(+), 10 deletions(-)
[PULL 0/2] qemu-sparc queue 20240110
Posted by Mark Cave-Ayland 8 months, 2 weeks ago
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(-)

Re: [PULL 0/2] qemu-sparc queue 20240110
Posted by Peter Maydell 8 months, 2 weeks ago
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