From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPTa5-0001xd-GE for qemu-devel@nongnu.org; Thu, 04 Sep 2014 05:43:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPTZw-0000a8-57 for qemu-devel@nongnu.org; Thu, 04 Sep 2014 05:43:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPTZv-0000Zv-UQ for qemu-devel@nongnu.org; Thu, 04 Sep 2014 05:43:44 -0400 Date: Thu, 4 Sep 2014 11:43:33 +0200 From: Kevin Wolf Message-ID: <20140904094333.GD3897@noname.str.redhat.com> References: <92103ac95fc7ebc94ecf3e30b146c0cf19273447.1409299732.git.hutao@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92103ac95fc7ebc94ecf3e30b146c0cf19273447.1409299732.git.hutao@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v13 1/6] block: round up file size to nearest sector List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Fam Zheng , "Richard W.M. Jones" , qemu-devel@nongnu.org, Max Reitz , Stefan Hajnoczi , Yasunori Goto Am 29.08.2014 um 10:33 hat Hu Tao geschrieben: > Signed-off-by: Hu Tao > 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