Re: [Qemu-devel] [PATCH 2/6] block: Add reopen_queue to bdrv_child_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 > --- >

[Qemu-devel] [PATCH 2/6] block: Add reopen_queue to bdrv_child_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 --- include/block/block_int.h | 7 +++ block.c | 19