]> git.ipfire.org Git - thirdparty/qemu.git/commit - block.c
block: Add reopen queue to bdrv_check_perm()
authorKevin Wolf <kwolf@redhat.com>
Thu, 14 Sep 2017 12:42:12 +0000 (14:42 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 26 Sep 2017 12:46:23 +0000 (14:46 +0200)
commit3121fb45b004ea85fb3589368ea699f32e6ef832
treeef11d1a92d47e489910521390946da7e4287d35c
parente0995dc3da0894d0a8260bddaa200a4cd7809ba4
block: Add reopen queue to bdrv_check_perm()

In the context of bdrv_reopen(), we'll have to look at the state of the
graph as it will be after the reopen. This interface addition is in
preparation for the change.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c