]> git.ipfire.org Git - thirdparty/qemu.git/commit
blockdev: drain while unlocked in internal_snapshot_action()
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 May 2025 15:10:54 +0000 (17:10 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 4 Jun 2025 16:16:34 +0000 (18:16 +0200)
commit6f101614f95c889399352b8301917c0ac7919ae7
tree2585d66797c910c0ad2753fd8426e7cd71149451
parentd75f8ed1d7fc27cf1643e549cd006a68d3bf6ef1
blockdev: drain while unlocked in internal_snapshot_action()

This is in preparation to mark bdrv_drained_begin() as GRAPH_UNLOCKED.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-18-f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
blockdev.c