Hi, Sorry for the very late pull request. The iotest issue only appeared today, and the I/O path issue was only tracked down today. We need the fixes for the latter in 5.1, so if they do not make it into rc2, we will need them in rc3.
The following changes since commit 23ae28783f4674e98f7539d1c05d793166c2fc12: Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-07-27' into staging (2020-07-28 09:15:44 +0100) are available in the Git repository at: https://github.com/XanClic/qemu.git tags/pull-block-2020-07-28 for you to fetch changes up to afac471b71da92d91cc56fb64c0719b8a4a2d96b: iotests/197: Fix for non-qcow2 formats (2020-07-28 15:28:56 +0200) ---------------------------------------------------------------- Block patches for 5.1.0: - Fix block I/O for split transfers - Fix iotest 197 for non-qcow2 formats ---------------------------------------------------------------- Max Reitz (3): block: Fix bdrv_aligned_p*v() for qiov_offset != 0 iotests/028: Add test for cross-base-EOF reads iotests/197: Fix for non-qcow2 formats block/io.c | 10 ++++++---- tests/qemu-iotests/028 | 19 +++++++++++++++++++ tests/qemu-iotests/028.out | 11 +++++++++++ tests/qemu-iotests/197 | 8 +++++--- tests/qemu-iotests/197.out | 2 +- 5 files changed, 42 insertions(+), 8 deletions(-) -- 2.26.2
