From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: kwolf@redhat.com, famz@redhat.com, stefanha@redhat.com,
qemu-block@nongnu.org
Subject: [Qemu-devel] [PATCH v3 0/7] bdrv_flush_io_queue removal, shared LinuxAioState
Date: Thu, 24 Mar 2016 17:39:19 +0100 [thread overview]
Message-ID: <1458837566-108527-1-git-send-email-pbonzini@redhat.com> (raw)
Patch 1 comes from Kevin's series to do BlockBackend throttling.
Patches 2-5 are from my bdrv_drain patches.
Patches 6-7 are new but based on Ming Lei's old submission.
I'm including them here because they apply on top of patches 2-5.
It would be nice to have them too in 2.6.
Paolo
Kevin Wolf (1):
block: Don't disable I/O throttling on sync requests
Paolo Bonzini (6):
block: make bdrv_start_throttled_reqs return void
block: move restarting of throttled reqs to block/throttle-groups.c
block: introduce bdrv_no_throttling_begin/end
block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end
linux-aio: make it more type safe
linux-aio: share one LinuxAioState within an AioContext
async.c | 23 +++++++
block.c | 1 -
block/block-backend.c | 6 +-
block/io.c | 128 +++++++++++++++++++----------------
block/linux-aio.c | 60 +++++++----------
block/raw-posix.c | 133 ++++---------------------------------
block/raw-win32.c | 2 +-
block/throttle-groups.c | 20 ++++++
include/block/aio.h | 13 ++++
include/block/block.h | 3 +-
include/block/block_int.h | 14 ++--
{block => include/block}/raw-aio.h | 15 +++--
include/block/throttle-groups.h | 1 +
13 files changed, 189 insertions(+), 230 deletions(-)
rename {block => include/block}/raw-aio.h (80%)
--
1.8.3.1
next reply other threads:[~2016-03-24 16:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-24 16:39 Paolo Bonzini [this message]
2016-03-24 16:39 ` [Qemu-devel] [PATCH 1/7] block: Don't disable I/O throttling on sync requests Paolo Bonzini
2016-03-24 16:39 ` [Qemu-devel] [PATCH 2/7] block: make bdrv_start_throttled_reqs return void Paolo Bonzini
2016-03-29 14:02 ` [Qemu-devel] [Qemu-block] " Alberto Garcia
2016-03-24 16:39 ` [Qemu-devel] [PATCH 3/7] block: move restarting of throttled reqs to block/throttle-groups.c Paolo Bonzini
2016-03-29 14:14 ` [Qemu-devel] [Qemu-block] " Alberto Garcia
2016-03-29 14:29 ` Paolo Bonzini
2016-03-24 16:39 ` [Qemu-devel] [PATCH 4/7] block: introduce bdrv_no_throttling_begin/end Paolo Bonzini
2016-03-30 12:24 ` [Qemu-devel] [Qemu-block] " Alberto Garcia
2016-03-30 12:27 ` [Qemu-devel] " Paolo Bonzini
2016-03-24 16:39 ` [Qemu-devel] [PATCH 5/7] block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end Paolo Bonzini
2016-03-24 16:39 ` [Qemu-devel] [PATCH 6/7] linux-aio: make it more type safe Paolo Bonzini
2016-03-24 16:39 ` [Qemu-devel] [PATCH 7/7] linux-aio: share one LinuxAioState within an AioContext Paolo Bonzini
2016-03-30 13:06 ` [Qemu-devel] [PATCH v3 0/7] bdrv_flush_io_queue removal, shared LinuxAioState Stefan Hajnoczi
2016-03-30 13:17 ` Paolo Bonzini
2016-04-06 18:19 ` Kevin Wolf
2016-04-06 18:28 ` Paolo Bonzini
2016-04-06 18:35 ` Kevin Wolf
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=1458837566-108527-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=famz@redhat.com \
--cc=kwolf@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).