Re: [Qemu-devel] [PATCH for-2.6 v3 2/3] iotests: Add iotests.image_size

2016-04-20 Thread Jeff Cody
On Wed, Apr 20, 2016 at 04:32:45PM +0200, Kevin Wolf wrote: > From: Fam Zheng > > This retrieves the virtual size of the image out of qemu-img info. > > Reviewed-by: Max Reitz > Signed-off-by: Fam Zheng > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/iotests.py | 6 ++ > 1 file ch

[Qemu-devel] [PATCH for-2.6 v3 2/3] iotests: Add iotests.image_size

2016-04-20 Thread Kevin Wolf
From: Fam Zheng This retrieves the virtual size of the image out of qemu-img info. Reviewed-by: Max Reitz Signed-off-by: Fam Zheng Signed-off-by: Kevin Wolf --- tests/qemu-iotests/iotests.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/qemu-iotests/iotests.py b/tests/qemu-