Home
last modified time | relevance | path

Searched hist:"3 ea67e08832775a28d0bd2795f01bc77e7ea1512" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dblockdev.cdiff 3ea67e08832775a28d0bd2795f01bc77e7ea1512 Wed Jan 08 08:31:34 CST 2020 Sergio Lopez <slp@redhat.com> blockdev: honor bdrv_try_set_aio_context() context requirements

bdrv_try_set_aio_context() requires that the old context is held, and
the new context is not held. Fix all the occurrences where it's not
done this way.

Suggested-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Sergio Lopez <slp@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>