]> git.ipfire.org Git - thirdparty/qemu.git/commit
qed: Make qed_aio_read_data() synchronous
authorKevin Wolf <kwolf@redhat.com>
Mon, 14 Nov 2016 13:56:32 +0000 (14:56 +0100)
committerKevin Wolf <kwolf@redhat.com>
Mon, 26 Jun 2017 12:51:14 +0000 (14:51 +0200)
commit3e248cdcd907df82da63f89905e2e1bd20d44ab6
tree44b6d03c4c0d43f546d1467a350477cc171e9152
parent453e53e2a1128b85a03af7fd597292c9b6f8a9a0
qed: Make qed_aio_read_data() 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: Stefan Hajnoczi <stefanha@redhat.com>
block/qed.c