The following changes since commit c4a9d49c7b23a02c646ebac756519c15a24f7ecc:

  Merge tag 'pull-9p-20260207' of https://github.com/cschoenebeck/qemu into 
staging (2026-02-07 17:46:15 +0000)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/block-pull-request

for you to fetch changes up to a67819adb2212977360e9290bd005badb07dd2e4:

  docs: add SCSI migrate-pr documentation (2026-02-09 09:27:30 -0500)

----------------------------------------------------------------
Pull request

Andrey Drobyshev's qemugdb script improvements and my --device
scsi-block,migrate-pr=on|off live migration support for SCSI Persistent
Reservations.

----------------------------------------------------------------

Andrey Drobyshev (4):
  scripts/qemugdb: mtree: Fix OverflowError in mtree with 128-bit
    addresses
  scripts/qemugdb: timers: Fix KeyError in 'qemu timers' command
  scripts/qemugdb: timers: Improve 'qemu timers' command readability
  scripts/qemugdb: coroutine: Add option for obtaining detailed trace in
    coredump

Stefan Hajnoczi (5):
  scsi: generalize scsi_SG_IO_FROM_DEV() to scsi_SG_IO()
  scsi: add error reporting to scsi_SG_IO()
  scsi: track SCSI reservation state for live migration
  scsi: save/load SCSI reservation state
  docs: add SCSI migrate-pr documentation

 docs/system/device-emulation.rst        |   1 +
 docs/system/devices/scsi/index.rst      |  10 +
 docs/system/devices/scsi/migrate-pr.rst |  54 +++++
 include/hw/scsi/scsi.h                  |  15 +-
 include/scsi/constants.h                |  21 ++
 hw/core/machine.c                       |   4 +-
 hw/scsi/scsi-bus.c                      |   3 +
 hw/scsi/scsi-disk.c                     |  90 +++++++-
 hw/scsi/scsi-generic.c                  | 291 +++++++++++++++++++++++-
 hw/scsi/trace-events                    |   2 +
 scripts/qemugdb/coroutine.py            | 257 +++++++++++++++++++--
 scripts/qemugdb/mtree.py                |   2 +-
 scripts/qemugdb/timers.py               |  54 ++++-
 13 files changed, 765 insertions(+), 39 deletions(-)
 create mode 100644 docs/system/devices/scsi/index.rst
 create mode 100644 docs/system/devices/scsi/migrate-pr.rst

-- 
2.52.0


Reply via email to