qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] block: local qiov helper: part I
@ 2019-01-29 14:37 Vladimir Sementsov-Ogievskiy
  2019-01-29 14:37 ` [Qemu-devel] [PATCH 1/2] block: enhance QEMUIOVector structure Vladimir Sementsov-Ogievskiy
  2019-01-29 14:38 ` [Qemu-devel] [PATCH 2/2] block/io: use qemu_iovec_init_buf Vladimir Sementsov-Ogievskiy
  0 siblings, 2 replies; 9+ messages in thread
From: Vladimir Sementsov-Ogievskiy @ 2019-01-29 14:37 UTC (permalink / raw)
  To: qemu-block, qemu-devel; +Cc: mreitz, kwolf, fam, stefanha, vsementsov

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-01-30 15:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-29 14:37 [Qemu-devel] [PATCH 0/2] block: local qiov helper: part I Vladimir Sementsov-Ogievskiy
2019-01-29 14:37 ` [Qemu-devel] [PATCH 1/2] block: enhance QEMUIOVector structure Vladimir Sementsov-Ogievskiy
2019-01-29 21:35   ` Eric Blake
2019-01-30  9:14     ` Vladimir Sementsov-Ogievskiy
2019-01-30 14:55       ` Eric Blake
2019-01-30 15:52         ` Vladimir Sementsov-Ogievskiy
2019-01-29 14:38 ` [Qemu-devel] [PATCH 2/2] block/io: use qemu_iovec_init_buf Vladimir Sementsov-Ogievskiy
2019-01-29 21:41   ` Eric Blake
2019-01-30  9:17     ` Vladimir Sementsov-Ogievskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).