[Qemu-devel] [PATCH 0/2] block/io: refactor padding

Vladimir Sementsov-Ogievskiy posted 2 patches 4 years, 10 months ago
Test s390x failed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190528084544.183558-1-vsementsov@virtuozzo.com
Maintainers: Fam Zheng <fam@euphon.net>, Stefan Hajnoczi <stefanha@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
include/qemu/iov.h |   5 +
block/io.c         | 344 +++++++++++++++++++++++----------------------
util/iov.c         |  89 ++++++++++++
3 files changed, 273 insertions(+), 165 deletions(-)
[Qemu-devel] [PATCH 0/2] block/io: refactor padding
Posted by Vladimir Sementsov-Ogievskiy 4 years, 10 months ago
Hi all! Here is unifying of padding code in block/io.c, the main
patch is 02.

Vladimir Sementsov-Ogievskiy (2):
  util/iov: introduce qemu_iovec_init_extended
  block/io: refactor padding

 include/qemu/iov.h |   5 +
 block/io.c         | 344 +++++++++++++++++++++++----------------------
 util/iov.c         |  89 ++++++++++++
 3 files changed, 273 insertions(+), 165 deletions(-)

-- 
2.18.0