From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-block@nongnu.org, qemu-devel@nongnu.org
Cc: mreitz@redhat.com, kwolf@redhat.com, fam@euphon.net,
stefanha@redhat.com, vsementsov@virtuozzo.com
Subject: [Qemu-devel] [PATCH 0/2] block: local qiov helper: part I
Date: Tue, 29 Jan 2019 17:37:58 +0300 [thread overview]
Message-ID: <20190129143800.88563-1-vsementsov@virtuozzo.com> (raw)
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
next reply other threads:[~2019-01-29 15:19 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-29 14:37 Vladimir Sementsov-Ogievskiy [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190129143800.88563-1-vsementsov@virtuozzo.com \
--to=vsementsov@virtuozzo.com \
--cc=fam@euphon.net \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).