Home
last modified time | relevance | path

Searched hist:ed78cda3de92056737364ab3cb748b16f5f17dea (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblock.cdiff ed78cda3de92056737364ab3cb748b16f5f17dea Thu May 08 09:34:35 CDT 2014 Stefan Hajnoczi <stefanha@redhat.com> block: acquire AioContext in bdrv_*_all()

bdrv_close_all(), bdrv_commit_all(), bdrv_flush_all(),
bdrv_invalidate_cache_all(), and bdrv_clear_incoming_migration_all() are
called by main loop code and touch all BlockDriverState instances.

Some BlockDriverState instances may be running in another AioContext.
Make sure to acquire the AioContext before closing the BlockDriverState.

This will protect against race conditions once virtio-blk data-plane is
using the BlockDriverState from another AioContext event loop.

Note that this patch does not convert bdrv_drain_all() yet since that
conversion is non-trivial.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>