diff options
author | Kevin Wolf <kwolf@redhat.com> | 2023-06-05 10:57:07 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2023-06-28 08:46:16 +0200 |
commit | f665f01f729680077fc0ff2e5489618d9ecc380e (patch) | |
tree | 57046cb0f46abd6c50f8b9a6e19a074404d51f06 /docs/devel | |
parent | 4b408668d0bd8fbac7b558bf9bc7acfce5aa0728 (diff) | |
download | qemu-f665f01f729680077fc0ff2e5489618d9ecc380e.zip qemu-f665f01f729680077fc0ff2e5489618d9ecc380e.tar.gz qemu-f665f01f729680077fc0ff2e5489618d9ecc380e.tar.bz2 |
block: Fix AioContext locking in bdrv_open_inherit()
bdrv_open_inherit() calls several functions for which it needs to hold
the AioContext lock, but currently doesn't. This includes calls in
bdrv_append_temp_snapshot(), for which bdrv_open_inherit() is the only
caller. Fix the locking in these places.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-ID: <20230605085711.21261-8-kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'docs/devel')
0 files changed, 0 insertions, 0 deletions