[PULL 0/5] SCSI changes for 2026-05-08

Paolo Bonzini posted 5 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260509052304.2159829-1-pbonzini@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>
include/hw/scsi/scsi.h   |   3 +-
include/scsi/constants.h |  10 +++
hw/scsi/scsi-generic.c   | 181 ++++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 175 insertions(+), 19 deletions(-)
[PULL 0/5] SCSI changes for 2026-05-08
Posted by Paolo Bonzini 2 weeks, 2 days ago
The following changes since commit ee7eb612be8f8886d48c1d0c1f1c65e495138f83:

  Merge tag 'single-binary-20260506' of https://github.com/philmd/qemu into staging (2026-05-06 10:45:02 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 87c7b07fe4aa43dc7257b1e711faa835fac1cccb:

  scsi: handle reservation changes across migration (2026-05-08 16:40:20 +0200)

----------------------------------------------------------------
* scsi: register again after PREEMPT without reservation
* scsi: handle reservation changes across migration

----------------------------------------------------------------
Stefan Hajnoczi (5):
      scsi: change buf_size to unsigned int in scsi_SG_IO()
      scsi: adjust error_prepend() formatting
      scsi: always send valid PREEMPT TYPE field
      scsi: register again after PREEMPT without reservation
      scsi: handle reservation changes across migration

 include/hw/scsi/scsi.h   |   3 +-
 include/scsi/constants.h |  10 +++
 hw/scsi/scsi-generic.c   | 181 ++++++++++++++++++++++++++++++++++++++++++-----
 3 files changed, 175 insertions(+), 19 deletions(-)
-- 
2.54.0
Re: [PULL 0/5] SCSI changes for 2026-05-08
Posted by Stefan Hajnoczi 2 weeks ago
Applied, thanks.

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