commit | e85c5281426364f9c499cd4b71ec6dea20c5b4b2 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Nov 14 14:56:32 2016 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jun 26 14:51:14 2017 +0200 |
tree | 108a8fed7494d7b429acfa37cf0cd5d053913363 | |
parent | 0f21b7a1b7163dddfe7900bd3da7b4cf9568b536 [diff] |
qed: Make qed_read_backing_file() synchronous Note that this code is generally not running in coroutine context, so this is an actual blocking synchronous operation. We'll fix this in a moment. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>