From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnrI5-00042C-JU for qemu-devel@nongnu.org; Fri, 23 May 2014 11:21:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnrI0-0005js-EN for qemu-devel@nongnu.org; Fri, 23 May 2014 11:21:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnrI0-0005jg-6u for qemu-devel@nongnu.org; Fri, 23 May 2014 11:21:44 -0400 Date: Fri, 23 May 2014 17:21:40 +0200 From: Stefan Hajnoczi Message-ID: <20140523152140.GC4585@stefanha-thinkpad.redhat.com> References: <1400852489-31099-1-git-send-email-maria.k@catit.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1400852489-31099-1-git-send-email-maria.k@catit.be> Subject: Re: [Qemu-devel] [PATCH] docs: Define refcount_bits value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Maria Kustova Cc: kwolf@redhat.com, qemu-devel@nongnu.org, Maria Kustova On Fri, May 23, 2014 at 05:41:29PM +0400, Maria Kustova wrote: > The 'refcount_bits' term used in the description of refcount block entry is > not defined in the specification. The definition is added in the > 'refcount_order' section where refcount_bits was used as 'width in bits'. > > Signed-off-by: Maria Kustova > --- > docs/specs/qcow2.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan