Re: [Qemu-devel] [PATCH 2/2] iotests: Add test for checking large image files

2015-09-08 Thread Eric Blake
On 09/08/2015 02:09 PM, Max Reitz wrote: > Add a test for checking a qcow2 file with a multiple of 2^32 clusters. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/138 | 73 > ++ > tests/qemu-iotests/138.out | 9 ++ > tests/qemu-iotests

[Qemu-devel] [PATCH 2/2] iotests: Add test for checking large image files

2015-09-08 Thread Max Reitz
Add a test for checking a qcow2 file with a multiple of 2^32 clusters. Signed-off-by: Max Reitz --- tests/qemu-iotests/138 | 73 ++ tests/qemu-iotests/138.out | 9 ++ tests/qemu-iotests/group | 1 + 3 files changed, 83 insertions(+) create