diff options
author | Fiona Ebner <f.ebner@proxmox.com> | 2025-05-30 17:11:14 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2025-07-14 15:42:10 +0200 |
commit | b326b127df9eef8e41818ff88d33f99ea54af984 (patch) | |
tree | 78a88b245fd04ad3c23973a63c99860da52ec9a0 /scripts/tracetool/backend/log.py | |
parent | 7525aa25dbee5213c10a325a4633fd80f577c440 (diff) | |
download | qemu-b326b127df9eef8e41818ff88d33f99ea54af984.zip qemu-b326b127df9eef8e41818ff88d33f99ea54af984.tar.gz qemu-b326b127df9eef8e41818ff88d33f99ea54af984.tar.bz2 |
block: mark blk_remove_bs() as GRAPH_UNLOCKED
The function blk_remove_bs() calls bdrv_graph_wrlock_drained() and can
also call bdrv_drained_begin(), both of which which must be called with
the graph unlocked.
Marking blk_remove_bs() as GRAPH_UNLOCKED requires temporarily
unlocking in hmp_drive_del().
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Message-ID: <20250530151125.955508-38-f.ebner@proxmox.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/tracetool/backend/log.py')
0 files changed, 0 insertions, 0 deletions