[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] docs/specs/qcow2.txt: fix incorrect bits of off
From: |
Hu Tao |
Subject: |
Re: [Qemu-devel] [PATCH] docs/specs/qcow2.txt: fix incorrect bits of offsets in entries |
Date: |
Mon, 30 Dec 2013 15:53:57 +0800 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Dec 30, 2013 at 08:49:58AM +0100, Stefan Weil wrote:
> Am 30.12.2013 06:49, schrieb Hu Tao:
> > 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 <address@hidden>
> > ---
> > docs/specs/qcow2.txt | 14 +++++++-------
> > 1 file changed, 7 insertions(+), 7 deletions(-)
> >
> > diff --git a/docs/specs/qcow2.txt b/docs/specs/qcow2.txt
> > index f19536a..408f93f 100644
> > --- a/docs/specs/qcow2.txt
> > +++ b/docs/specs/qcow2.txt
> > @@ -192,9 +192,9 @@ as follows:
> >
> > Refcount table entry:
> >
> > - Bit 0 - 8: Reserved (set to 0)
> > + Bit 0 - 7: Reserved (set to 0)
> >
> > - 9 - 63: Bits 9-63 of the offset into the image file at which
> > the
> > + 8 - 63: Bits 9-63 of the offset into the image file at which
> > the
>
>
> What about the comment? Does it need a change, too?
Absolutely. Thanks.