qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] docs: fix typo in memory.txt


From: Wei, Jiangang
Subject: Re: [Qemu-devel] [PATCH] docs: fix typo in memory.txt
Date: Wed, 6 Apr 2016 01:12:25 +0000

On Wed, 2016-04-06 at 01:02 +0200, Paolo Bonzini wrote:
> 
> On 22/03/2016 10:45, Wei Jiangang wrote:
> > The scale line should align with A line's end,
> 
> No, A ends at 0x7fff so the line should end just before.  See what
> happens for B/C/D/E.

Yes, you're right.
Thanks for your reply.

Regards,
wei
> However, the space between 7000 and 8000 is indede 7 characters instead
> of 6, so I will take your patch and also reduce the space between A's
> brackets.
> 
> Thanks,
> 
> Paolo
> 
> > and correct the range of vga-window example 0xa0000-0xbffff.
> 
> 
> > Signed-off-by: Wei Jiangang <address@hidden>
> > ---
> >  docs/memory.txt | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/docs/memory.txt b/docs/memory.txt
> > index 97134e1..5a7163c 100644
> > --- a/docs/memory.txt
> > +++ b/docs/memory.txt
> > @@ -185,8 +185,8 @@ an MMIO region mapped at 0x0, size 0x6000, priority 1. 
> > B currently has two
> >  of its own subregions: D of size 0x1000 at offset 0 and E of size 0x1000 at
> >  offset 0x2000. As a diagram:
> >  
> > -        0      1000   2000   3000   4000   5000   6000   7000    8000
> > -        |------|------|------|------|------|------|------|-------|
> > +        0      1000   2000   3000   4000   5000   6000   7000   8000
> > +        |------|------|------|------|------|------|------|------|
> >    A:    [                                                       ]
> >    C:    [CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC]
> >    B:                  [                          ]
> > @@ -247,7 +247,7 @@ system_memory: address@hidden
> >   |
> >   +---- himem: address@hidden ---> #ram (0xe0000000-0xffffffff)
> >   |
> > - +---- vga-window: address@hidden ---> #pci (0xa0000-0xbffff)
> > + +---- vga-window: address@hidden ---> #pci (0xa0000-0xbffff)
> >   |      (prio 1)
> >   |
> >   +---- pci-hole: address@hidden ---> #pci (0xe0000000-0xffffffff)
> > 
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]