Re: [Qemu-devel] [PATCH] replication: Fix replication open fail

2017-10-27 Thread Kevin Wolf
Am 25.10.2017 um 08:51 hat Wang Guang geschrieben: > replication_child_perm request write > permissions for all child which will lead bdrv_check_perm fail. > replication_child_perm() should request write > permissions only if it is writable itself. > > Signed-off-by: Wang Guang > Signed-off-by: W

Re: [Qemu-devel] [PATCH] replication: Fix replication open fail

2017-10-26 Thread Xie Changlong
在 10/25/2017 2:51 PM, Wang Guang 写道: > replication_child_perm request write > permissions for all child which will lead bdrv_check_perm fail. > replication_child_perm() should request write > permissions only if it is writable itself. > > Signed-off-by: Wang Guang > Signed-off-by: Wang Yong Than