Re: [Qemu-devel] [PATCH 47/54] migration/block: Use real permissions

2017-02-25 Thread Max Reitz
On 21.02.2017 15:58, Kevin Wolf wrote: > Request BLK_PERM_CONSISTENT_READ for the source of block migration, and > handle potential permission errors as good as we can in this place > (which is not very good, but it matches the other failure cases). > > Signed-off-by: Kevin Wolf > --- > migratio

[Qemu-devel] [PATCH 47/54] migration/block: Use real permissions

2017-02-21 Thread Kevin Wolf
Request BLK_PERM_CONSISTENT_READ for the source of block migration, and handle potential permission errors as good as we can in this place (which is not very good, but it matches the other failure cases). Signed-off-by: Kevin Wolf --- migration/block.c | 21 - 1 file changed,