The following changes since commit cc329c491768b2d91eb0b0984f3baa0bf805776d:
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging (2026-06-08 09:30: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 296b66d05bac7eb2b86600febdbd2bd8d410f026: qed: Don't try to flush during incoming migration (2026-06-08 17:00:47 +0200) ---------------------------------------------------------------- Block layer patches - qcow2: Fix data loss on zero write with detect-zeroes=unmap - qemu-img bitmap: add sub-command --remove-all - export/fuse: set FUSE_DIRECT_IO_ALLOW_MMAP flag to fix regression - virtio-blk: add missing VIRTIO_BLK_T_SCSI_CMD size check (CVE-2026-48914) - qed: Don't try to flush during incoming migration - iotests/136: Test stats-intervals with -blockdev/-device ---------------------------------------------------------------- Denis V. Lunev (1): qemu-img: add sub-command --remove-all to 'qemu-img bitmap' Fabiano Rosas (1): qed: Don't try to flush during incoming migration Fiona Ebner (3): block/export/fuse: use struct fuse_init_in block/export/fuse: set FUSE_DIRECT_IO_ALLOW_MMAP flag to fix regression iotests: test shared mmap for fuse export Kevin Wolf (1): iotests/136: Test stats-intervals with -blockdev/-device Stefan Hajnoczi (1): virtio-blk: add missing VIRTIO_BLK_T_SCSI_CMD size check (CVE-2026-48914) Thomas Lamprecht (1): qcow2: Fix data loss on zero write with detect-zeroes=unmap docs/tools/qemu-img.rst | 10 ++- block/qcow2.h | 4 + block/export/fuse.c | 69 +++++++++++++---- block/qcow2-cluster.c | 10 +-- block/qcow2.c | 8 +- block/qed.c | 16 ++-- hw/block/virtio-blk.c | 8 +- qemu-img.c | 55 ++++++++++++-- tests/qemu-iotests/046 | 23 ++++++ tests/qemu-iotests/046.out | 10 +++ tests/qemu-iotests/136 | 87 +++++++++++++++++++--- tests/qemu-iotests/136.out | 4 +- tests/qemu-iotests/tests/fuse-mmap-shared | 103 ++++++++++++++++++++++++++ tests/qemu-iotests/tests/fuse-mmap-shared.out | 5 ++ tests/qemu-iotests/tests/qemu-img-bitmaps | 24 ++++++ tests/qemu-iotests/tests/qemu-img-bitmaps.out | 46 ++++++++++++ 16 files changed, 430 insertions(+), 52 deletions(-) create mode 100755 tests/qemu-iotests/tests/fuse-mmap-shared create mode 100644 tests/qemu-iotests/tests/fuse-mmap-shared.out
