[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v13 1/6] block: round up file size to nearest se
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v13 1/6] block: round up file size to nearest sector |
Date: |
Thu, 4 Sep 2014 11:43:33 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 29.08.2014 um 10:33 hat Hu Tao geschrieben:
> Signed-off-by: Hu Tao <address@hidden>
> diff --git a/tests/qemu-iotests/104 b/tests/qemu-iotests/104
> new file mode 100755
> index 0000000..0c1d4fb
> --- /dev/null
> +++ b/tests/qemu-iotests/104
> @@ -0,0 +1,57 @@
> +#!/bin/bash
> +#
> +# Test qcow2 creation with aligned and unaligned sizes
This test case is not only for qcow2.
With this fixed, you can add:
Reviewed-by: Kevin Wolf <address@hidden>