Re: [Qemu-devel] [PATCH v2 3/3] iotests: Add test for map commands

2014-10-22 Thread Max Reitz
On 2014-10-22 at 16:48, Max Reitz wrote: On 2014-10-22 at 15:54, Max Reitz wrote: On 2014-10-22 at 15:51, Kevin Wolf wrote: Am 22.10.2014 um 15:24 hat Max Reitz geschrieben: Add a test for qemu-img map and qemu-io -c map on truncated files. Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf

Re: [Qemu-devel] [PATCH v2 3/3] iotests: Add test for map commands

2014-10-22 Thread Max Reitz
On 2014-10-22 at 15:54, Max Reitz wrote: On 2014-10-22 at 15:51, Kevin Wolf wrote: Am 22.10.2014 um 15:24 hat Max Reitz geschrieben: Add a test for qemu-img map and qemu-io -c map on truncated files. Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf But how about adding a case for patch 2,

Re: [Qemu-devel] [PATCH v2 3/3] iotests: Add test for map commands

2014-10-22 Thread Max Reitz
On 2014-10-22 at 15:51, Kevin Wolf wrote: Am 22.10.2014 um 15:24 hat Max Reitz geschrieben: Add a test for qemu-img map and qemu-io -c map on truncated files. Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf But how about adding a case for patch 2, too? Or is that one mostly theoretical (li

Re: [Qemu-devel] [PATCH v2 3/3] iotests: Add test for map commands

2014-10-22 Thread Kevin Wolf
Am 22.10.2014 um 15:24 hat Max Reitz geschrieben: > Add a test for qemu-img map and qemu-io -c map on truncated files. > > Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf But how about adding a case for patch 2, too? Or is that one mostly theoretical (like the image file being modified in the

[Qemu-devel] [PATCH v2 3/3] iotests: Add test for map commands

2014-10-22 Thread Max Reitz
Add a test for qemu-img map and qemu-io -c map on truncated files. Signed-off-by: Max Reitz --- tests/qemu-iotests/102 | 64 ++ tests/qemu-iotests/102.out | 10 tests/qemu-iotests/group | 1 + 3 files changed, 75 insertions(+) create m