From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W442X-0006i4-7Q for qemu-devel@nongnu.org; Fri, 17 Jan 2014 02:40:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W442S-0001bY-RU for qemu-devel@nongnu.org; Fri, 17 Jan 2014 02:40:29 -0500 Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:34260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W442S-0001bQ-KW for qemu-devel@nongnu.org; Fri, 17 Jan 2014 02:40:24 -0500 Received: by mail-ee0-f48.google.com with SMTP id t10so1923311eei.7 for ; Thu, 16 Jan 2014 23:40:23 -0800 (PST) Date: Fri, 17 Jan 2014 15:40:15 +0800 From: Stefan Hajnoczi Message-ID: <20140117074015.GA31039@stefanha-thinkpad.redhat.com> References: <1388390417-14381-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: <1388390417-14381-1-git-send-email-hutao@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH v2] docs/specs/qcow2.txt: fix incorrect bits of offsets in entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hu Tao Cc: Stefan Weil , qemu-devel@nongnu.org On Mon, Dec 30, 2013 at 04:00:17PM +0800, Hu Tao wrote: > Fix incorrect bits of offsets in refcount table entry, l1 table > entry and l2 table entry. See REFT_OFFSET_MASK, L1E_OFFSET_MASK > and L2E_OFFSET_MASK. > > Fix a typo while at the file. > > Signed-off-by: Hu Tao > --- > > v2: update comments as well. > > docs/specs/qcow2.txt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan