From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ZDl-0007tT-3U for qemu-devel@nongnu.org; Tue, 21 Jan 2014 06:10:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5ZDf-0005P5-4W for qemu-devel@nongnu.org; Tue, 21 Jan 2014 06:10:17 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5ZDe-0005Ow-RW for qemu-devel@nongnu.org; Tue, 21 Jan 2014 06:10:11 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0LBA7tn029758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Jan 2014 06:10:07 -0500 Date: Tue, 21 Jan 2014 12:10:02 +0100 From: Kevin Wolf Message-ID: <20140121111002.GG3307@dhcp-200-207.str.redhat.com> References: <1390288063-23186-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390288063-23186-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] vmdk: Check for overhead when opening List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com Am 21.01.2014 um 08:07 hat Fam Zheng geschrieben: > Report an error if file size is even smaller than metadata. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin