]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 May 2025 15:11:04 +0000 (17:11 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 14 Jul 2025 13:41:41 +0000 (15:41 +0200)
commitd7573eba14b214d20340eed6880fb8f5cf90d051
treeb5fe6d16b537054a388aa9689595ed2a1a7b9d3f
parent47bc2ed6f6a8eb637ede90c0545bca082b68379f
block: call bdrv_set_backing_hd() while unlocked in bdrv_open_backing_file()

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

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-28-f.ebner@proxmox.com>
[kwolf: Removed an extra blank line]
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.c