summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Reitz2016-01-29 16:36:01 +0100
committerMax Reitz2016-02-02 17:50:46 +0100
commitc5acdc9ab4e6aa9b05e6242114479333b15d496b (patch)
tree195878d5665f08a42568e3f466a1f92187be22a2 /include
parentblock: Remove unused struct definition BlockFinishData (diff)
downloadqemu-c5acdc9ab4e6aa9b05e6242114479333b15d496b.tar.gz
qemu-c5acdc9ab4e6aa9b05e6242114479333b15d496b.tar.xz
qemu-c5acdc9ab4e6aa9b05e6242114479333b15d496b.zip
block: Release named dirty bitmaps in bdrv_close()
bdrv_delete() is not very happy about deleting BlockDriverStates with dirty bitmaps still attached to them. In the past, we got around that very easily by relying on bdrv_close_all() bypassing bdrv_delete(), and bdrv_close() simply ignoring that condition. We should fix that by releasing all named dirty bitmaps in bdrv_close() (there should not be any unnamed bitmaps left) and moving the assertion from bdrv_delete() there. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions