summaryrefslogtreecommitdiff
path: root/include/ui
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2014-10-21 12:03:54 +0100
committerStefan Hajnoczi <stefanha@redhat.com>2014-11-03 11:41:49 +0000
commitdec7d421f85578b0949292336f784f55ac84812d (patch)
tree1e3c37516831a97591874685d13f270e8cb7a2d5 /include/ui
parent723c5d93c51bdb3adbc238ce90195c0864aa6cd5 (diff)
downloadqemu-dec7d421f85578b0949292336f784f55ac84812d.tar.gz
blockjob: add block_job_defer_to_main_loop()
Block jobs will run in the BlockDriverState's AioContext, which may not always be the QEMU main loop. There are some block layer APIs that are either not thread-safe or risk lock ordering problems. This includes bdrv_unref(), bdrv_close(), and anything that calls bdrv_drain_all(). The block_job_defer_to_main_loop() API allows a block job to schedule a function to run in the main loop with the BlockDriverState AioContext held. This function will be used to perform cleanup and backing chain manipulations in block jobs. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-id: 1413889440-32577-6-git-send-email-stefanha@redhat.com
Diffstat (limited to 'include/ui')
0 files changed, 0 insertions, 0 deletions