From: Paolo Bonzini <pbonzini@redhat.com>
To: quintela@redhat.com, Kevin Wolf <kwolf@redhat.com>
Cc: "amit.shah@redhat.com" <amit.shah@redhat.com>,
"Zhang, Yang Z" <yang.z.zhang@intel.com>,
"Li, Liang Z" <liang.z.li@intel.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] migration: flush the bdrv before stopping VM
Date: Wed, 18 Mar 2015 13:59:26 +0100 [thread overview]
Message-ID: <550976AE.6050800@redhat.com> (raw)
In-Reply-To: <87k2yeh498.fsf@neno.neno>
On 18/03/2015 13:36, Juan Quintela wrote:
> I know that the code has changed a lot on that area, the select() don't
> exist anymore.
It is still there in aio_poll():
ret = qemu_poll_ns((GPollFD *)ctx->pollfds->data,
ctx->pollfds->len,
blocking ? aio_compute_timeout(ctx) : 0);
where aio_compute_timeout will usually return -1.
Paolo
next prev parent reply other threads:[~2015-03-18 12:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 8:53 [Qemu-devel] [PATCH] migration: flush the bdrv before stopping VM Liang Li
2015-03-17 12:12 ` Juan Quintela
2015-03-18 3:19 ` Li, Liang Z
2015-03-18 11:17 ` Kevin Wolf
2015-03-18 12:36 ` Juan Quintela
2015-03-18 12:59 ` Paolo Bonzini [this message]
2015-03-18 13:42 ` Kevin Wolf
2015-03-20 7:22 ` Li, Liang Z
2015-03-25 10:50 ` Juan Quintela
2015-03-25 10:53 ` Kevin Wolf
2015-03-26 1:13 ` Li, Liang Z
2015-06-24 11:08 ` Li, Liang Z
2015-06-25 12:34 ` [Qemu-devel] [Qemu-block] " Stefan Hajnoczi
2015-03-18 13:39 ` [Qemu-devel] " Li, Liang Z
2015-03-18 16:55 ` Dr. David Alan Gilbert
2015-03-19 14:06 ` Li, Liang Z
2015-03-19 14:40 ` Dr. David Alan Gilbert
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=550976AE.6050800@redhat.com \
--to=pbonzini@redhat.com \
--cc=amit.shah@redhat.com \
--cc=kwolf@redhat.com \
--cc=liang.z.li@intel.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
--cc=yang.z.zhang@intel.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.