Re: [Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-05-14 Thread Fam Zheng
On Wed, 05/13 16:27, Alberto Garcia wrote: > This patch tests that in a partial block-stream operation, no data is > ever copied from the base image. > > Signed-off-by: Alberto Garcia > Reviewed-by: Max Reitz Reviewed-by: Fam Zheng > --- > tests/qemu-iotests/030 | 18 ++ >

[Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-05-13 Thread Alberto Garcia
This patch tests that in a partial block-stream operation, no data is ever copied from the base image. Signed-off-by: Alberto Garcia Reviewed-by: Max Reitz --- tests/qemu-iotests/030 | 18 ++ tests/qemu-iotests/030.out | 4 ++-- 2 files changed, 20 insertions(+), 2 deletion

Re: [Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Max Reitz
On 24.04.2015 17:01, Alberto Garcia wrote: This patch tests that in a partial block-stream operation, no data is ever copied from the base image. Signed-off-by: Alberto Garcia --- tests/qemu-iotests/030 | 18 ++ tests/qemu-iotests/030.out | 4 ++-- 2 files changed, 20 i

[Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Alberto Garcia
This patch tests that in a partial block-stream operation, no data is ever copied from the base image. Signed-off-by: Alberto Garcia --- tests/qemu-iotests/030 | 18 ++ tests/qemu-iotests/030.out | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/tests

Re: [Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Max Reitz
On 24.04.2015 15:55, Alberto Garcia wrote: On Fri 24 Apr 2015 03:19:54 PM CEST, Max Reitz wrote: This patch updates test_stream_partial() to test that the block-stream operation never copies data from the image specified as base. I think it would be better to add this as an own test case. But

Re: [Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Alberto Garcia
On Fri 24 Apr 2015 03:19:54 PM CEST, Max Reitz wrote: >> This patch updates test_stream_partial() to test that the >> block-stream operation never copies data from the image specified as >> base. > > I think it would be better to add this as an own test case. But I > won't oppose adding it as a sp

Re: [Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Max Reitz
On 24.04.2015 13:40, Alberto Garcia wrote: This patch updates test_stream_partial() to test that the block-stream operation never copies data from the image specified as base. Signed-off-by: Alberto Garcia --- tests/qemu-iotests/030 | 13 + 1 file changed, 13 insertions(+) I th

[Qemu-devel] [PATCH 08/11] qemu-iotests: add no-op streaming test

2015-04-24 Thread Alberto Garcia
This patch updates test_stream_partial() to test that the block-stream operation never copies data from the image specified as base. Signed-off-by: Alberto Garcia --- tests/qemu-iotests/030 | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/qemu-iotests/030 b/tests/qemu-iot