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

2016-04-05 Thread Wei, Jiangang
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

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

2016-04-05 Thread Paolo Bonzini
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. However, the space between 7000 and 8000 is indede 7 characters instead of 6, so I will take your patch and also redu

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

2016-04-04 Thread Wei, Jiangang
ping... Any feedback? On Tue, 2016-03-22 at 17:45 +0800, Wei Jiangang wrote: > The scale line should align with A line's end, > and correct the range of vga-window example 0xa-0xb. > > Signed-off-by: Wei Jiangang > --- > docs/memory.txt | 6 +++--- > 1 file changed, 3 insertions(+), 3 de

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

2016-03-22 Thread Wei Jiangang
The scale line should align with A line's end, and correct the range of vga-window example 0xa-0xb. Signed-off-by: Wei Jiangang --- 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 --