From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Z1o-0002Hs-F4 for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:58:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5Z1j-0000ws-TF for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:57:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5Z1j-0000wb-LC for qemu-devel@nongnu.org; Tue, 21 Jan 2014 05:57:51 -0500 Date: Tue, 21 Jan 2014 11:57:43 +0100 From: Kevin Wolf Message-ID: <20140121105743.GE3307@dhcp-200-207.str.redhat.com> References: <1390275002-25357-1-git-send-email-hutao@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390275002-25357-1-git-send-email-hutao@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH] qcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_MASK and REFT_OFFSET_MASK List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Am 21.01.2014 um 04:30 hat Hu Tao geschrieben: > Accoring to qcow spec, the offset fields in l1e, l2e and ref table entry > start at bit 9. The offset is cluster offset, and the smallest possible > cluster size is 512 bytes. > > Signed-off-by: Hu Tao Thanks, applied to the block branch (and removed the patch to the spec from the queue). Kevin