commit | 6229438cca037d42f44a96d38feb15cb102a444f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Mar 06 10:43:52 2023 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Mar 07 12:39:53 2023 +0100 |
tree | 4b3e81042a60b8d355a918fa7cba17f10e3bf2f8 | |
parent | 8dd48650b43dfde4ebea34191ac267e474bcc29e [diff] |
async: clarify usage of barriers in the polling case Explain that aio_context_notifier_poll() relies on aio_notify_accept() to catch all the memory writes that were done before ctx->notified was set to true. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>