summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Hajnoczi2014-06-17 08:32:05 +0200
committerKevin Wolf2014-06-27 18:20:29 +0200
commit13344f3a17e0a785c0eb8e36f69518f21aa8a91a (patch)
treec976718dcb484d41f0db5786fd452eed821043b9 /include
parentblock: make bdrv_query_stats() static (diff)
downloadqemu-13344f3a17e0a785c0eb8e36f69518f21aa8a91a.tar.gz
qemu-13344f3a17e0a785c0eb8e36f69518f21aa8a91a.tar.xz
qemu-13344f3a17e0a785c0eb8e36f69518f21aa8a91a.zip
block: acquire AioContext in qmp_query_blockstats()
Make query-blockstats safe for dataplane by acquiring the BlockDriverState's AioContext. This ensures that the dataplane IOThread and the main loop's monitor code do not race. Note the assumption that acquiring the drive's BDS AioContext also protects ->file and ->backing_hd. This assumption is made by other aio_context_acquire() callers too. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Fam Zheng <famz@redhat.com> Tested-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions