Re: [Qemu-devel] [PATCH 3/3] iotests: Add creation test to 153

2018-04-26 Thread Fam Zheng
On Sat, 04/21 00:09, Max Reitz wrote: > This patch adds a test case to 153 which tries to overwrite an image > (using qemu-img create) while it is in use. Without the original user > explicitly sharing the necessary permissions (writing and truncation), > this should not be allowed. > > Signed-of

[Qemu-devel] [PATCH 3/3] iotests: Add creation test to 153

2018-04-20 Thread Max Reitz
This patch adds a test case to 153 which tries to overwrite an image (using qemu-img create) while it is in use. Without the original user explicitly sharing the necessary permissions (writing and truncation), this should not be allowed. Signed-off-by: Max Reitz --- tests/qemu-iotests/153 |