]> git.proxmox.com Git - mirror_qemu.git/commit - blockdev.c
blockdev: acquire AioContext in do_qmp_query_block_jobs_one()
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 21 Oct 2014 11:03:51 +0000 (12:03 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 3 Nov 2014 11:41:49 +0000 (11:41 +0000)
commit69691e72708603592b1618f1a68d2a3f07db853d
tree82c76077ae8726439c3f77f6a6a2f91ac8577cd8
parent3d948cdf3760b52238038626a7ffa7d30913060b
blockdev: acquire AioContext in do_qmp_query_block_jobs_one()

Make sure that query-block-jobs acquires the BlockDriverState
AioContext so that the blockjob isn't running in another thread while we
access its state.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1413889440-32577-3-git-send-email-stefanha@redhat.com
blockdev.c