]> git.proxmox.com Git - mirror_qemu.git/commit
qed: Make qed_write_header() 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)
commit7076309aefaa480fd8b48eaa9aa73c394cf0ae7a
treeaee542f6c9cddff8d31671e24485d2eaa3a8c385
parentb4ac32f34f24b832e51fe092988e1d05396510eb
qed: Make qed_write_header() 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>
block/qed.c