[PULL 0/8] Trivial patches for 2026-06-12

Michael Tokarev posted 8 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260612165957.1779082-1-mjt@tls.msk.ru
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, Ani Sinha <anisinha@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Max Filippov <jcmvbkbc@gmail.com>, Zhang Chen <zhangckid@gmail.com>, Li Zhijian <lizhijian@fujitsu.com>, Jason Wang <jasowang@redhat.com>, Samuel Thibault <samuel.thibault@ens-lyon.org>
backends/igvm.c    | 4 ++--
block/io.c         | 4 +---
hw/display/vga.c   | 2 +-
hw/xtensa/mx_pic.c | 2 +-
net/colo-compare.c | 8 ++------
net/slirp.c        | 5 +++--
qemu-options.hx    | 4 ++--
system/rtc.c       | 4 ++--
8 files changed, 14 insertions(+), 19 deletions(-)
[PULL 0/8] Trivial patches for 2026-06-12
Posted by Michael Tokarev 1 month, 1 week ago
The following changes since commit 193963218accbcf65f28ab1efa773ac6d1cc634c:

  Merge tag 'pull-ufs-20260612' of https://gitlab.com/jeuk20.kim/qemu into staging (2026-06-12 09:01:07 -0400)

are available in the Git repository at:

  https://gitlab.com/mjt0k/qemu.git tags/pull-trivial-patches

for you to fetch changes up to 2a57339f89f47b4b1686f419fa2bbd6c0ea6e016:

  qemu-options: fix typo in spelling of 'scheduler' (2026-06-12 19:43:21 +0300)

----------------------------------------------------------------
trivial patches for 2026-06-12

a few small things here and there.

the hostfwd one hasn't been reviewed for a few months, but it's
simple enough.
----------------------------------------------------------------
Ajinkya Udgirkar (1):
      hw/xtensa: replace calloc with g_new0 in mx_pic

Ani Sinha (1):
      igvm: spit out region size on error

BALATON Zoltan (1):
      hw/display/vga: Fix debug message

Evgeny Kolmakov (2):
      net/colo-compare: Use QEMU_LOCK_GUARD to simplify mutex handling
      block/io: Use QEMU_LOCK_GUARD to simplify mutex handling

Fiona Ebner (1):
      qemu-options: fix typo in spelling of 'scheduler'

Michael Tokarev (1):
      net/slirp: allow hostfwd socket paths with dashes

Thomas Huth (1):
      system/rtc: Fix a possible year-2038 integer overflow problem

 backends/igvm.c    | 4 ++--
 block/io.c         | 4 +---
 hw/display/vga.c   | 2 +-
 hw/xtensa/mx_pic.c | 2 +-
 net/colo-compare.c | 8 ++------
 net/slirp.c        | 5 +++--
 qemu-options.hx    | 4 ++--
 system/rtc.c       | 4 ++--
 8 files changed, 14 insertions(+), 19 deletions(-)
Re: [PULL 0/8] Trivial patches for 2026-06-12
Posted by Stefan Hajnoczi 1 month, 1 week ago
Applied, thanks.

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