Re: [PATCH v4 30/30] iotests: Add tests for qcow2 images with extended L2 entries

2020-04-14 Thread Max Reitz
On 13.04.20 19:16, Alberto Garcia wrote: > On Thu 09 Apr 2020 02:22:37 PM CEST, Max Reitz wrote: >>> +### Write subcluster #31-#34 (cluster overlap) ### >> >> #31-#34, I think. > > That's what I wrote :-? Er #31-#33. >>> +### Partially zeroize an unallocated cluster (#3) >>> +if

Re: [PATCH v4 30/30] iotests: Add tests for qcow2 images with extended L2 entries

2020-04-13 Thread Alberto Garcia
On Thu 09 Apr 2020 02:22:37 PM CEST, Max Reitz wrote: >> +### Write subcluster #31-#34 (cluster overlap) ### > > #31-#34, I think. That's what I wrote :-? >> +### Partially zeroize an unallocated cluster (#3) >> +if [ "$use_backing_file" = "yes" ]; then >> +alloc="`seq 0 15`";

Re: [PATCH v4 30/30] iotests: Add tests for qcow2 images with extended L2 entries

2020-04-09 Thread Max Reitz
On 17.03.20 19:16, Alberto Garcia wrote: > Signed-off-by: Alberto Garcia > --- > tests/qemu-iotests/271 | 359 + > tests/qemu-iotests/271.out | 244 + > tests/qemu-iotests/group | 1 + > 3 files changed, 604 insertions(+) > crea

[PATCH v4 30/30] iotests: Add tests for qcow2 images with extended L2 entries

2020-03-17 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- tests/qemu-iotests/271 | 359 + tests/qemu-iotests/271.out | 244 + tests/qemu-iotests/group | 1 + 3 files changed, 604 insertions(+) create mode 100755 tests/qemu-iotests/271 create mode 1006