diff options
author | Fam Zheng <famz@redhat.com> | 2016-04-22 21:53:55 +0800 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 20:03:50 -0600 |
commit | 33feebaa26211caac646783a385e0304d98511f5 (patch) | |
tree | 64a3843507ad8f5bb50ea60a98e0dac07b01b845 /replay | |
parent | 8144e96d41a1f7dcccea7e2c78d71ababf363177 (diff) | |
download | hqemu-33feebaa26211caac646783a385e0304d98511f5.zip hqemu-33feebaa26211caac646783a385e0304d98511f5.tar.gz |
aio-posix: Skip external nodes in aio_dispatch
aio_poll doesn't poll the external nodes so this should never be true,
but aio_ctx_dispatch may get notified by the events from GSource. To
make bdrv_drained_begin effective in main loop, we should check the
is_external flag here too.
Also do the check in aio_pending so aio_dispatch is not called
superfluously, when there is no events other than external ones.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'replay')
0 files changed, 0 insertions, 0 deletions