Re: [Qemu-devel] [PATCH 38/54] backup: Use real permissions in backup block job

2017-02-25 Thread Max Reitz
On 21.02.2017 15:58, Kevin Wolf wrote: > The backup block job doesn't have very complicated requirements: It > needs to read from the source and write to the target, but it's fine > with either side being changed. The only restriction is that we can't > resize the image because the job uses a cache

[Qemu-devel] [PATCH 38/54] backup: Use real permissions in backup block job

2017-02-21 Thread Kevin Wolf
The backup block job doesn't have very complicated requirements: It needs to read from the source and write to the target, but it's fine with either side being changed. The only restriction is that we can't resize the image because the job uses a cached value. qemu-iotests 055 needs to be changed