Searched hist:"28256 d8246f8905cc41cae3db50e5967059d4600" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | curl.c | diff 28256d8246f8905cc41cae3db50e5967059d4600 Mon May 15 05:00:58 CDT 2017 Paolo Bonzini <pbonzini@redhat.com> curl: convert readv to coroutines
This is pretty simple. The bottom half goes away because, unlike bdrv_aio_readv, coroutine-based read can return immediately without yielding. However, for simplicity I kept the former bottom half handler in a separate function.
Reviewed-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 20170515100059.15795-7-pbonzini@redhat.com Signed-off-by: Jeff Cody <jcody@redhat.com>
|