[Qemu-devel] [PATCH 0/2] block: local qiov helper: part I

Vladimir Sementsov-Ogievskiy posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test asan failed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190129143800.88563-1-vsementsov@virtuozzo.com
Maintainers: Fam Zheng <fam@euphon.net>, Kevin Wolf <kwolf@redhat.com>, Max Reitz <mreitz@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>
There is a newer version of this series
include/qemu/iov.h | 41 ++++++++++++++++++++-
block/io.c         | 89 +++++++++++-----------------------------------
2 files changed, 60 insertions(+), 70 deletions(-)
[Qemu-devel] [PATCH 0/2] block: local qiov helper: part I
Posted by Vladimir Sementsov-Ogievskiy 6 years, 9 months ago
Hi all!

Here is a proposal for a new simple helper for a very often patter
around qemu_iovec_init_external, when we need simple qiov with only
one iov, initialized from external buffer.

Here only block/io.c updated to use new helper, I'll update other
things on top of this separately.

Vladimir Sementsov-Ogievskiy (2):
  block: enhance QEMUIOVector structure
  block/io: use qemu_iovec_init_buf

 include/qemu/iov.h | 41 ++++++++++++++++++++-
 block/io.c         | 89 +++++++++++-----------------------------------
 2 files changed, 60 insertions(+), 70 deletions(-)

-- 
2.18.0