From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBMD0-0006fn-VW for qemu-devel@nongnu.org; Mon, 19 Aug 2013 05:57:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VBMCv-0005JJ-0U for qemu-devel@nongnu.org; Mon, 19 Aug 2013 05:57:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VBMCu-0005JA-PB for qemu-devel@nongnu.org; Mon, 19 Aug 2013 05:57:04 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7J9v4aC005062 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 19 Aug 2013 05:57:04 -0400 Date: Mon, 19 Aug 2013 11:57:06 +0200 From: Kevin Wolf Message-ID: <20130819095706.GC5098@dhcp-200-207.str.redhat.com> References: <1376356869-19417-1-git-send-email-famz@redhat.com> <1376356869-19417-5-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1376356869-19417-5-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 4/4] vmdk: Move l1_size check into vmdk_add_extent() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: pbonzini@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com Am 13.08.2013 um 03:21 hat Fam Zheng geschrieben: > This header check is common to VMDK3 and VMDK4, so move it into > vmdk_add_extent(). > > Signed-off-by: Fam Zheng Aha, so this is the fix for patch 1. If you reorder the patches so that this one comes first, you don't have broken intermediate patches. Kevin