The following changes since commit f0737158b483e7ec2b2512145aeab888b85cc1f7:
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging (2025-05-20 10:26:30 -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 bf627788ef17721955bfcfba84209a07ae5f54ea: file-posix: Probe paths and retry SG_IO on potential path errors (2025-05-22 17:56:50 +0200) ---------------------------------------------------------------- Block layer patches - scsi-disk: Add native FUA write support, enable FUA by default - qemu-img: fix offset calculation in bench - file-posix: allow BLKZEROOUT with -t writeback - file-posix: Probe paths and retry SG_IO on potential path errors ---------------------------------------------------------------- Alberto Faria (2): scsi-disk: Add native FUA write support scsi-disk: Advertise FUA support by default Denis Rastyogin (1): qemu-img: fix offset calculation in bench Kevin Wolf (1): file-posix: Probe paths and retry SG_IO on potential path errors Stefan Hajnoczi (1): file-posix: allow BLKZEROOUT with -t writeback block/file-posix.c | 126 +++++++++++++++++++++++++++++++++++++++++++++++----- hw/core/machine.c | 4 +- hw/scsi/scsi-disk.c | 55 +++++++---------------- qemu-img.c | 4 +- 4 files changed, 135 insertions(+), 54 deletions(-)