From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvt3H-00056K-Nm for qemu-devel@nongnu.org; Sat, 14 Jun 2014 14:51:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wvt3D-0002Rs-4C for qemu-devel@nongnu.org; Sat, 14 Jun 2014 14:51:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvt3C-0002Ro-SG for qemu-devel@nongnu.org; Sat, 14 Jun 2014 14:51:39 -0400 Message-ID: <539C99A9.5040609@redhat.com> Date: Sat, 14 Jun 2014 20:51:21 +0200 From: Max Reitz MIME-Version: 1.0 References: <345911fcf403ca42fccab4abfcd203c3aea311cb.1402544518.git.hutao@cn.fujitsu.com> In-Reply-To: <345911fcf403ca42fccab4abfcd203c3aea311cb.1402544518.git.hutao@cn.fujitsu.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 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 , qemu-devel@nongnu.org Cc: kwolf@redhat.com, Peter Lieven , Markus Armbruster , Stefan Hajnoczi , y-goto@jp.fujitsu.com On 12.06.2014 05:54, Hu Tao wrote: > Signed-off-by: Hu Tao > --- > block/qcow2.c | 2 +- > block/raw-posix.c | 2 +- > block/raw-win32.c | 2 +- > tests/qemu-iotests/093 | 64 ++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/093.out | 14 ++++++++++ > tests/qemu-iotests/group | 1 + > 6 files changed, 82 insertions(+), 3 deletions(-) > create mode 100755 tests/qemu-iotests/093 > create mode 100644 tests/qemu-iotests/093.out Reviewed-by: Max Reitz