qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, kwolf@redhat.com, famz@redhat.com
Subject: Re: [Qemu-devel] [PATCH 2/2] block: use aio_bh_schedule_oneshot
Date: Wed, 5 Oct 2016 14:16:33 +0100	[thread overview]
Message-ID: <20161005131633.GG863@stefanha-x1.localdomain> (raw)
In-Reply-To: <1475511256-20051-3-git-send-email-pbonzini@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 958 bytes --]

On Mon, Oct 03, 2016 at 06:14:16PM +0200, Paolo Bonzini wrote:
> This simplifies bottom half handlers by removing calls to qemu_bh_delete and
> thus removing the need to stash the bottom half pointer in the opaque
> datum.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  block/archipelago.c   |  5 +----
>  block/blkdebug.c      |  7 +------
>  block/blkverify.c     |  8 ++------
>  block/block-backend.c | 23 +++++++----------------
>  block/curl.c          |  7 +------
>  block/gluster.c       |  6 +-----
>  block/io.c            | 11 +++--------
>  block/iscsi.c         |  7 ++-----
>  block/nfs.c           |  7 ++-----
>  block/null.c          |  5 +----
>  block/qed.c           |  6 ++----
>  block/qed.h           |  1 -
>  block/rbd.c           |  8 ++------
>  blockjob.c            |  7 ++-----
>  14 files changed, 27 insertions(+), 81 deletions(-)

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

  reply	other threads:[~2016-10-05 13:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-03 16:14 [Qemu-devel] [PATCH 0/2] block: introduce and use aio_bh_schedule_oneshot Paolo Bonzini
2016-10-03 16:14 ` [Qemu-devel] [PATCH 1/2] async: add aio_bh_schedule_oneshot Paolo Bonzini
2016-10-05 13:13   ` Stefan Hajnoczi
2016-10-05 13:55     ` Paolo Bonzini
2016-10-05 14:20       ` Kevin Wolf
2016-10-05 14:25         ` Paolo Bonzini
2016-10-05 15:26           ` Kevin Wolf
2016-10-03 16:14 ` [Qemu-devel] [PATCH 2/2] block: use aio_bh_schedule_oneshot Paolo Bonzini
2016-10-05 13:16   ` Stefan Hajnoczi [this message]
2016-10-05 11:08 ` [Qemu-devel] [PATCH 0/2] block: introduce and " 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=20161005131633.GG863@stefanha-x1.localdomain \
    --to=stefanha@redhat.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).