Re: [Qemu-devel] [PATCH 3/6] block: Add reopen queue to bdrv_check_perm()

2017-09-15 Thread Eric Blake
On 09/15/2017 05:10 AM, Kevin Wolf wrote: > 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 > --- > block.c | 34

[Qemu-devel] [PATCH 3/6] block: Add reopen queue to bdrv_check_perm()

2017-09-15 Thread Kevin Wolf
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 --- block.c | 34 +++--- 1 file changed, 19