Re: [Qemu-devel] [PATCH v3 0/2] block: Fix permission during reopen

2018-03-13 Thread Kevin Wolf
Am 13.03.2018 um 15:20 hat Fam Zheng geschrieben: > v3: Fix test case. [Max] > > v2: Use update_flags_from_options. [Kevin] > > We write open the whole backing chain during reopen. It is not necessary and > will cause image locking problems if the backing image is shared. Thanks, applied to the

Re: [Qemu-devel] [PATCH v3 0/2] block: Fix permission during reopen

2018-03-13 Thread Max Reitz
On 2018-03-13 15:20, Fam Zheng wrote: > v3: Fix test case. [Max] > > v2: Use update_flags_from_options. [Kevin] > > We write open the whole backing chain during reopen. It is not necessary and > will cause image locking problems if the backing image is shared. > > Fam Zheng (2): > block: Fix

[Qemu-devel] [PATCH v3 0/2] block: Fix permission during reopen

2018-03-13 Thread Fam Zheng
v3: Fix test case. [Max] v2: Use update_flags_from_options. [Kevin] We write open the whole backing chain during reopen. It is not necessary and will cause image locking problems if the backing image is shared. Fam Zheng (2): block: Fix flags in reopen queue iotests: Add regression test for