[Qemu-devel] [PATCH v3 0/2] block: fix write with zero flag set and iovector provided

Anton Nefedov posted 2 patches 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1518624560-38060-1-git-send-email-anton.nefedov@virtuozzo.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
block/io.c                 |  2 +-
tests/qemu-iotests/033     | 29 +++++++++++++++++++++++++++++
tests/qemu-iotests/033.out | 13 +++++++++++++
3 files changed, 43 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH v3 0/2] block: fix write with zero flag set and iovector provided
Posted by Anton Nefedov 6 years, 2 months ago
v3: patch 1: image cluster size reduced to get away with a smaller test image
    (the cluster size can be as small as 512 bytes for qcow2,
     but the test runs for all generic formats and minimum for qed is 4k)

v2: http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg03016.html

Anton Nefedov (2):
  iotest 033: add misaligned write-zeroes test via truncate
  block: fix write with zero flag set and iovector provided

 block/io.c                 |  2 +-
 tests/qemu-iotests/033     | 29 +++++++++++++++++++++++++++++
 tests/qemu-iotests/033.out | 13 +++++++++++++
 3 files changed, 43 insertions(+), 1 deletion(-)

-- 
2.7.4


Re: [Qemu-devel] [PATCH v3 0/2] block: fix write with zero flag set and iovector provided
Posted by Kevin Wolf 6 years, 2 months ago
Am 14.02.2018 um 17:09 hat Anton Nefedov geschrieben:
> v3: patch 1: image cluster size reduced to get away with a smaller test image
>     (the cluster size can be as small as 512 bytes for qcow2,
>      but the test runs for all generic formats and minimum for qed is 4k)

Thanks, applied to the block branch (in reverse order, tests should
always pass).

Kevin