summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorxiaoqiang zhao <zxq_yx_007@163.com>2016-02-26 16:40:51 +0800
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:49:12 -0600
commit8e0ccd8daa4a3f24ad7c2834a4d361264db97412 (patch)
tree47d3b5e178c6ce5c47ce3cfd86b6548b72466017 /docs
parentc9d90786bbd396813f141b43ef04fd70c4ff1164 (diff)
downloadhqemu-8e0ccd8daa4a3f24ad7c2834a4d361264db97412.zip
hqemu-8e0ccd8daa4a3f24ad7c2834a4d361264db97412.tar.gz
doc/memory.txt: correct a logic error
In the regions overlap example, region B has a higher priority thus should has a larger priority number than C. Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com> Message-Id: <1456476051-15121-1-git-send-email-zxq_yx_007@163.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/memory.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/memory.txt b/docs/memory.txt
index 8745f76..d0aca05 100644
--- a/docs/memory.txt
+++ b/docs/memory.txt
@@ -180,8 +180,8 @@ aliases that leave holes then the lower priority region will appear in these
holes too.)
For example, suppose we have a container A of size 0x8000 with two subregions
-B and C. B is a container mapped at 0x2000, size 0x4000, priority 1; C is
-an MMIO region mapped at 0x0, size 0x6000, priority 2. B currently has two
+B and C. B is a container mapped at 0x2000, size 0x4000, priority 2; C is
+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:
OpenPOWER on IntegriCloud