From: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
To: qemu-devel@nongnu.org, qemu-block@nongnu.org
Cc: kwolf@redhat.com, fam@euphon.net, stefanha@redhat.com, mreitz@redhat.com
Subject: [Qemu-devel] [PATCH 0/2] block/io: refactor padding
Date: Tue, 28 May 2019 11:45:42 +0300 [thread overview]
Message-ID: <20190528084544.183558-1-vsementsov@virtuozzo.com> (raw)
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
next reply other threads:[~2019-05-28 8:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-28 8:45 Vladimir Sementsov-Ogievskiy [this message]
2019-05-28 8:45 ` [Qemu-devel] [PATCH 1/2] util/iov: introduce qemu_iovec_init_extended Vladimir Sementsov-Ogievskiy
2019-05-31 8:33 ` Stefan Hajnoczi
2019-05-28 8:45 ` [Qemu-devel] [PATCH 2/2] block/io: refactor padding Vladimir Sementsov-Ogievskiy
2019-05-31 10:51 ` Stefan Hajnoczi
2019-05-31 14:10 ` Vladimir Sementsov-Ogievskiy
2019-05-31 15:49 ` Kevin Wolf
2019-05-31 15:58 ` 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=20190528084544.183558-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.