[PULL 0/3] Patches for QEMU 10.1.0-rc3

Kevin Wolf posted 3 patches 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250812195901.305895-1-kwolf@redhat.com
Maintainers: Ilya Dryomov <idryomov@gmail.com>, Peter Lieven <pl@dlhnet.de>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
qapi/block-core.json             |   9 +++-
configure                        |   8 +--
block/rbd.c                      | 104 +++++++++++++++++++++++++--------------
pythondeps.toml                  |   4 ++
tests/qemu-iotests/039.out       |  10 ++--
tests/qemu-iotests/061.out       |   4 +-
tests/qemu-iotests/137.out       |   2 +-
tests/qemu-iotests/common.filter |   2 +-
8 files changed, 94 insertions(+), 49 deletions(-)
[PULL 0/3] Patches for QEMU 10.1.0-rc3
Posted by Kevin Wolf 3 months ago
The following changes since commit 624d7463043c120facfab2b54985fcfb679d5379:

  Merge tag 'pull-nvme-20250811' of https://gitlab.com/birkelund/qemu into staging (2025-08-11 12:57:55 -0400)

are available in the Git repository at:

  https://repo.or.cz/qemu/kevin.git tags/for-upstream

for you to fetch changes up to c0df98ab1f3d348bc05f09d1c093abc529f2b530:

  qemu-iotests: Ignore indentation in Killed messages (2025-08-12 17:13:13 +0200)

----------------------------------------------------------------
Patches for QEMU 10.1.0-rc3

- configure: Don't disable Rust for too old meson version
- rbd: Fix hang in query-named-block-nodes if the server is down
- iotests: Fix reference output for newer bash versions

----------------------------------------------------------------
Kevin Wolf (2):
      configure: Don't disable Rust for too old meson version
      rbd: Fix .bdrv_get_specific_info implementation

Werner Fink (1):
      qemu-iotests: Ignore indentation in Killed messages

 qapi/block-core.json             |   9 +++-
 configure                        |   8 +--
 block/rbd.c                      | 104 +++++++++++++++++++++++++--------------
 pythondeps.toml                  |   4 ++
 tests/qemu-iotests/039.out       |  10 ++--
 tests/qemu-iotests/061.out       |   4 +-
 tests/qemu-iotests/137.out       |   2 +-
 tests/qemu-iotests/common.filter |   2 +-
 8 files changed, 94 insertions(+), 49 deletions(-)
Re: [PULL 0/3] Patches for QEMU 10.1.0-rc3
Posted by Stefan Hajnoczi 3 months ago
Applied, thanks.

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