qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@gmail.com>
To: Max Reitz <mreitz@redhat.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
	Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <famz@redhat.com>,
	qemu-devel@nongnu.org, Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] [RFC 0/5] nbd: Adapt for dataplane
Date: Wed, 4 Jun 2014 14:47:31 +0200	[thread overview]
Message-ID: <20140604124731.GF11073@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <538A3A8F.3060508@redhat.com>

On Sat, May 31, 2014 at 10:24:47PM +0200, Max Reitz wrote:
> On 31.05.2014 20:43, Max Reitz wrote:
> >[snip]
> >
> >However, if bs_aio_detach() is called from a different thread than the
> >old AioContext is running in, we may still have coroutines running for
> >which we should wait before returning from bs_aio_detach().
> 
> After re-reading Stefan's RFC and the AIO locking code, would it suffice to
> call aio_context_acquire() and aio_context_release() on the old AioContext
> at the end of bs_aio_detach() to ensure all coroutines are settled? If not,
> I guess I have to wait until the coroutine variables are set to NULL (which
> indicates they have completely finished execution; however, this is not
> actually necessary and might lead to an infinite loop if the block driver
> keeps yielding due to some condition related to the AioContext switch), or I
> really have to switch the existing coroutines to the new AioContext while
> they are running. Doing this from the outside will probably be even messier
> than it would already be from the inside, so I sure hope to be able to avoid
> this…

I think you don't need to worry about this at all.
bdrv_set_aio_context() is always invoked with the QEMU global mutex
held.

Regarding switching a coroutine from one AioContext to another (possibly
in another thread), I've implemented it but it's a little involved
(complex and slow).  Let's avoid it, if possible.  I also lost the patch
during the great "make distclean twice deletes .git/" fiasco of 2014 so
would need to reimplement it :).

Stefan

  parent reply	other threads:[~2014-06-04 12:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1401561792-13410-1-git-send-email-mreitz@redhat.com>
2014-06-03 14:38 ` [Qemu-devel] [RFC 0/5] nbd: Adapt for dataplane Stefan Hajnoczi
2014-06-05 17:41   ` Max Reitz
     [not found] ` <1401561792-13410-2-git-send-email-mreitz@redhat.com>
2014-06-04 11:52   ` [Qemu-devel] [RFC 1/5] nbd: Correct name comparison for export_set_name() Stefan Hajnoczi
2014-06-05 17:28     ` Max Reitz
     [not found] ` <1401561792-13410-3-git-send-email-mreitz@redhat.com>
2014-06-03 17:55   ` [Qemu-devel] [RFC 2/5] aio: Add io_read_poll() callback Paolo Bonzini
2014-06-05 17:29     ` Max Reitz
2014-06-04 11:59   ` Stefan Hajnoczi
     [not found] ` <1401561792-13410-4-git-send-email-mreitz@redhat.com>
2014-06-04 12:37   ` [Qemu-devel] [RFC 3/5] nbd: Use aio_set_fd_handler2() Stefan Hajnoczi
2014-06-04 18:02     ` Paolo Bonzini
2014-06-05  8:12       ` Stefan Hajnoczi
2014-06-05  9:27         ` Paolo Bonzini
2014-06-05 13:32           ` Stefan Hajnoczi
2014-06-05 18:18     ` Max Reitz
2014-06-06  7:44       ` Paolo Bonzini
2014-06-07 19:27         ` Max Reitz
2014-06-09 13:35           ` Stefan Hajnoczi
     [not found] ` <1401561792-13410-5-git-send-email-mreitz@redhat.com>
2014-06-04 12:41   ` [Qemu-devel] [RFC 4/5] block: Add AIO followers Stefan Hajnoczi
2014-06-05 17:31     ` Max Reitz
     [not found] ` <538A3A8F.3060508@redhat.com>
2014-06-04 12:47   ` Stefan Hajnoczi [this message]
2014-06-04 12:50 ` [Qemu-devel] [RFC 0/5] nbd: Adapt for dataplane Stefan Hajnoczi

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=20140604124731.GF11073@stefanha-thinkpad.redhat.com \
    --to=stefanha@gmail.com \
    --cc=famz@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=mreitz@redhat.com \
    --cc=pbonzini@redhat.com \
    --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).