[PULL 0/7] Trivial patches for 2026-07-24

Michael Tokarev posted 7 patches 20 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260724094754.1053970-1-mjt@tls.msk.ru
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Dmitry Fleytman <dmitry.fleytman@gmail.com>, "Maciej S. Szmigiero" <maciej.szmigiero@oracle.com>, John Snow <jsnow@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
block/curl.c                    |  2 ++
chardev/char-win-stdio.c        |  6 +++---
docs/about/removed-features.rst |  2 +-
hw/display/vmware_vga.c         |  6 +++++-
hw/hyperv/vmbus.c               | 16 +++++-----------
hw/ide/core.c                   |  8 ++++++--
hw/usb/core.c                   |  1 +
migration/migration.c           |  2 +-
qapi/migration.json             |  4 ++--
9 files changed, 26 insertions(+), 21 deletions(-)
[PULL 0/7] Trivial patches for 2026-07-24
Posted by Michael Tokarev 20 hours ago
The following changes since commit 006a22cb26998998385b104db1ff9466ef2f3153:

  Merge tag 'firmware-20260722-pull-request' of https://gitlab.com/kraxel/qemu into staging (2026-07-22 11:17:49 -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 443e02410695b35a27fad18217424b6370358be7:

  hw/ide: replace assert with proper error handling (2026-07-24 12:42:11 +0300)

----------------------------------------------------------------
trivial patches for 2026-07-24

Nothing fancy, a few fixups here and there, some were
queued for a long time.

----------------------------------------------------------------
Artem Nasonov (1):
      hw/ide: replace assert with proper error handling

Evgeny Kolmakov (1):
      hw/hyperv/vmbus: Use QEMU_LOCK_GUARD()

Filip Hejsek (1):
      char-win-stdio: fix typo in spelling of 'stdio'

Michael Tokarev (1):
      spelling: happend

Thomas Huth (1):
      hw/display/vmware_vga: Don't allow guest to trigger long running loop in host

Vladimir Lobanov (1):
      block/curl: set User-Agent header

Ziyi Fu (1):
      hw/usb: record async control completion for parameter transfers

 block/curl.c                    |  2 ++
 chardev/char-win-stdio.c        |  6 +++---
 docs/about/removed-features.rst |  2 +-
 hw/display/vmware_vga.c         |  6 +++++-
 hw/hyperv/vmbus.c               | 16 +++++-----------
 hw/ide/core.c                   |  8 ++++++--
 hw/usb/core.c                   |  1 +
 migration/migration.c           |  2 +-
 qapi/migration.json             |  4 ++--
 9 files changed, 26 insertions(+), 21 deletions(-)
Re: [PULL 0/7] Trivial patches for 2026-07-24
Posted by Stefan Hajnoczi 15 hours ago
Applied, thanks.

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