Searched hist:d16341fa6998c530db17cbb7d5c781913e674255 (Results 1 – 1 of 1) sorted by relevance
/qemu/ |
H A D | iothread.c | d16341fa6998c530db17cbb7d5c781913e674255 Thu Oct 27 10:49:00 UTC 2016 Paolo Bonzini <pbonzini@redhat.com> iothread: detach all block devices before stopping them
Soon bdrv_drain will not call aio_poll itself on iothreads. If block devices are left hanging off the iothread's AioContext, there will be no one to do I/O for those poor devices.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-Id: <1477565348-5458-13-git-send-email-pbonzini@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com>
|