Re: [Qemu-devel] [PATCH 3/6] block: Drop permissions when migration completes

2017-05-04 Thread Eric Blake
On 05/04/2017 11:52 AM, Kevin Wolf wrote: > With image locking, permissions affect other qemu processes as well. We > want to be sure that the destination can run, so let's drop permissions > on the source when migration completes. > > Signed-off-by: Kevin Wolf > --- > block.c

[Qemu-devel] [PATCH 3/6] block: Drop permissions when migration completes

2017-05-04 Thread Kevin Wolf
With image locking, permissions affect other qemu processes as well. We want to be sure that the destination can run, so let's drop permissions on the source when migration completes. Signed-off-by: Kevin Wolf --- block.c | 12 +++- block/block-backend.c | 25 ++