From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1uYN-0005EE-3V for qemu-devel@nongnu.org; Mon, 08 Jun 2015 06:45:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1uYM-0005Va-9z for qemu-devel@nongnu.org; Mon, 08 Jun 2015 06:45:15 -0400 Date: Mon, 8 Jun 2015 12:45:06 +0200 From: Kevin Wolf Message-ID: <20150608104506.GA5954@noname.redhat.com> References: <1433397777-6754-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433397777-6754-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] vmdk: Fix vmdk_co_get_block_status List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org, qemu-stable@nongnu.org Am 04.06.2015 um 08:02 hat Fam Zheng geschrieben: > The buggy index_in_cluster was missed in b1649fae49a8. Fix that and dedup the > calculation. Thanks, applied to the block branch. Kevin