qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 03/15] docs: fix typo in memory.txt


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 03/15] docs: fix typo in memory.txt
Date: Thu, 7 Apr 2016 18:50:33 +0200

From: Wei Jiangang <address@hidden>

The space between 7000 and 8000 is too wide by 1 character.
Also correct the range of vga-window example 0xa0000-0xbffff.

Signed-off-by: Wei Jiangang <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 docs/memory.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/memory.txt b/docs/memory.txt
index f9272ca..431d9ca 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -185,9 +185,9 @@ 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
-        |------|------|------|------|------|------|------|-------|
-  A:    [                                                       ]
+        0      1000   2000   3000   4000   5000   6000   7000   8000
+        |------|------|------|------|------|------|------|------|
+  A:    [                                                      ]
   C:    [CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC]
   B:                  [                          ]
   D:                  [DDDDD]
@@ -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)
-- 
2.5.5





reply via email to

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