aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGeorge Dunlap <george.dunlap@eu.citrix.com>2013-06-26 11:05:07 +0100
committerIan Jackson <Ian.Jackson@eu.citrix.com>2013-06-26 11:43:32 +0100
commitcb9ac9fda371beee0ec7753841684063cebe1da3 (patch)
tree9562763ea4be9f7a9177572c16f3ffc9cd08db0b /docs
parent7f2e992b824ec62a2818e64390ac2ccfbd74e6b7 (diff)
downloadxen-cb9ac9fda371beee0ec7753841684063cebe1da3.tar.gz
xen-cb9ac9fda371beee0ec7753841684063cebe1da3.tar.bz2
xen-cb9ac9fda371beee0ec7753841684063cebe1da3.zip
docs: Update xenstore-paths.markdown with new hvmloader key
Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> CC: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/xenstore-paths.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown
index 535830ee81..1c634b529f 100644
--- a/docs/misc/xenstore-paths.markdown
+++ b/docs/misc/xenstore-paths.markdown
@@ -152,6 +152,14 @@ path with an empty value which the guest may choose to overwrite.
The hexadecimal representation of the address of the domain's
"generation id".
+#### ~/hvmloader/allow-memory-relocate = ("1"|"0") [HVM,INTERNAL]
+
+If the default low MMIO hole (below 4GiB) is not big enough for all
+the devices, this indicates if hvmloader should relocate guest memory
+into the high memory region (above 4GiB). If "1", hvmloader will
+relocate memory as needed, until 2GiB is reached; if "0", hvmloader
+will not relocate guest memory.
+
#### ~/hvmloader/bios = ("rombios"|"seabios"|"OVMF") [HVM,INTERNAL]
The BIOS used by this domain.