[Qemu-devel] [PATCH 0/3] block: A few more copy offloading fixes

Fam Zheng posted 3 patches 7 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180629060328.4423-1-famz@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
block/file-posix.c         | 17 +++++++++--------
block/iscsi.c              |  2 +-
block/qcow2.c              |  1 +
tests/qemu-iotests/063     |  9 +++++++++
tests/qemu-iotests/063.out | 12 ++++++++++++
5 files changed, 32 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH 0/3] block: A few more copy offloading fixes
Posted by Fam Zheng 7 years, 4 months ago
These are unfortunately more serious than the previous two fixes but the
patches are not complicated.

Fam Zheng (3):
  qcow2: Fix src_offset in copy offloading
  iscsi: Don't blindly use designator length in response for memcpy
  file-posix: Fix EINTR handling

 block/file-posix.c         | 17 +++++++++--------
 block/iscsi.c              |  2 +-
 block/qcow2.c              |  1 +
 tests/qemu-iotests/063     |  9 +++++++++
 tests/qemu-iotests/063.out | 12 ++++++++++++
 5 files changed, 32 insertions(+), 9 deletions(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/3] block: A few more copy offloading fixes
Posted by Kevin Wolf 7 years, 4 months ago
Am 29.06.2018 um 08:03 hat Fam Zheng geschrieben:
> These are unfortunately more serious than the previous two fixes but the
> patches are not complicated.

Thanks, applied to the block branch.

Kevin