qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: kwolf@redhat.com, famz@redhat.com, qemu-devel@nongnu.org,
	qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 0/7] bdrv_flush_io_queue removal, shared LinuxAioState
Date: Wed, 30 Mar 2016 15:17:10 +0200	[thread overview]
Message-ID: <56FBD1D6.4060303@redhat.com> (raw)
In-Reply-To: <20160330130616.GC6764@stefanha-x1.localdomain>



On 30/03/2016 15:06, Stefan Hajnoczi wrote:
> On Thu, Mar 24, 2016 at 05:39:19PM +0100, Paolo Bonzini wrote:
>> 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%)
> 
> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>

Great, I'll send v4 as soon as possible for inclusion in the block-next
branch.

Paolo

  reply	other threads:[~2016-03-30 13:17 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-24 16:39 [Qemu-devel] [PATCH v3 0/7] bdrv_flush_io_queue removal, shared LinuxAioState Paolo Bonzini
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 [this message]
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=56FBD1D6.4060303@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).