[PULL 0/6] Block layer patches

Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260331150352.256332-1-kwolf@redhat.com
Maintainers: Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Coiby Xu <Coiby.Xu@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Stefano Garzarella <sgarzare@redhat.com>, John Snow <jsnow@redhat.com>, Markus Armbruster <armbru@redhat.com>, Michael Roth <michael.roth@amd.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>
There is a newer version of this series
block.c                              |  6 +++---
block/accounting.c                   |  9 +++++++++
block/export/vhost-user-blk-server.c |  4 ++--
hw/ide/core.c                        |  1 +
qapi/qmp-dispatch.c                  | 10 ++++++++++
scsi/utils.c                         |  1 -
6 files changed, 25 insertions(+), 6 deletions(-)
[PULL 0/6] Block layer patches
Posted by Kevin Wolf 1 day, 5 hours ago
The following changes since commit 49ea0100202fe448be1d0f3ea5384cd51b5e6a58:

  Merge tag 'migration-20260330-pull-request' of https://gitlab.com/farosas/qemu into staging (2026-03-31 09:39:52 +0100)

are available in the Git repository at:

  https://gitlab.com/kmwolf/qemu.git tags/for-upstream

for you to fetch changes up to a55402d5c3a8c63c801de86896f86c9abeda0ca8:

  block: Fix crash after setting latency historygram with single bin (2026-03-31 15:47:52 +0200)

----------------------------------------------------------------
Block layer patches

- ide: Fix potential assertion failure on VM stop for PIO read error
- scsi: Don't consider LOGICAL UNIT NOT SUPPORTED guest recoverable
- vhost-user-blk-server: fix opt_io_size=1 causing severe Windows I/O degradation
- monitor: Fix deadlock in monitor_cleanup
- Fix filename references in comments

----------------------------------------------------------------
Kevin Wolf (3):
      ide: Fix potential assertion failure on VM stop for PIO read error
      scsi: Don't consider LOGICAL UNIT NOT SUPPORTED guest recoverable
      block: Fix crash after setting latency historygram with single bin

Max Makarov (1):
      vhost-user-blk-server: fix opt_io_size=1 causing severe Windows I/O degradation

Yunjian Long (1):
      block: Fix references in bdrv_bsc_*() function comments

hongmianquan (1):
      monitor: Fix deadlock in monitor_cleanup

 block.c                              |  6 +++---
 block/accounting.c                   |  9 +++++++++
 block/export/vhost-user-blk-server.c |  4 ++--
 hw/ide/core.c                        |  1 +
 qapi/qmp-dispatch.c                  | 10 ++++++++++
 scsi/utils.c                         |  1 -
 6 files changed, 25 insertions(+), 6 deletions(-)
Re: [PULL 0/6] Block layer patches
Posted by Peter Maydell 1 day, 2 hours ago
On Tue, 31 Mar 2026 at 16:04, Kevin Wolf <kwolf@redhat.com> wrote:
>
> The following changes since commit 49ea0100202fe448be1d0f3ea5384cd51b5e6a58:
>
>   Merge tag 'migration-20260330-pull-request' of https://gitlab.com/farosas/qemu into staging (2026-03-31 09:39:52 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/kmwolf/qemu.git tags/for-upstream
>
> for you to fetch changes up to a55402d5c3a8c63c801de86896f86c9abeda0ca8:
>
>   block: Fix crash after setting latency historygram with single bin (2026-03-31 15:47:52 +0200)
>
> ----------------------------------------------------------------
> Block layer patches
>
> - ide: Fix potential assertion failure on VM stop for PIO read error
> - scsi: Don't consider LOGICAL UNIT NOT SUPPORTED guest recoverable
> - vhost-user-blk-server: fix opt_io_size=1 causing severe Windows I/O degradation
> - monitor: Fix deadlock in monitor_cleanup
> - Fix filename references in comments
>
> ----------------------------------------------------------------



Applied, thanks.

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

-- PMM