The following changes since commit 813bac3d8d70d85cb7835f7945eb9eed84c2d8d0:
Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu into staging (2023-08-29 08:58:00 -0400) are available in the Git repository at: https://gitlab.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 87ec6f55af38e29be5b2b65a8acf84da73e06d06: aio-posix: zero out io_uring sqe user_data (2023-08-30 07:39:59 -0400) ---------------------------------------------------------------- Pull request v3: - Drop UFS emulation due to CI failures - Add "aio-posix: zero out io_uring sqe user_data" ---------------------------------------------------------------- Andrey Drobyshev (3): block: add subcluster_size field to BlockDriverInfo block/io: align requests to subcluster_size tests/qemu-iotests/197: add testcase for CoR with subclusters Fabiano Rosas (1): block-migration: Ensure we don't crash during migration cleanup Stefan Hajnoczi (1): aio-posix: zero out io_uring sqe user_data include/block/block-common.h | 5 ++++ include/block/block-io.h | 8 +++--- block.c | 7 +++++ block/io.c | 50 ++++++++++++++++++------------------ block/mirror.c | 8 +++--- block/qcow2.c | 1 + migration/block.c | 11 ++++++-- util/fdmon-io_uring.c | 2 ++ tests/qemu-iotests/197 | 29 +++++++++++++++++++++ tests/qemu-iotests/197.out | 24 +++++++++++++++++ 10 files changed, 110 insertions(+), 35 deletions(-) -- 2.41.0