George Dunlap
2013-Jun-26 10:05 UTC
[PATCH] 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> CC: Ian Jackson <ian.jackson@citrix.com> --- docs/misc/xenstore-paths.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 535830e..1c634b5 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. -- 1.7.9.5
Ian Jackson
2013-Jun-26 10:44 UTC
Re: [PATCH] docs: Update xenstore-paths.markdown with new hvmloader key
George Dunlap writes ("[PATCH] 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> > CC: Ian Jackson <ian.jackson@citrix.com>Applied, thanks. (There clearly aren''t any release implications for this.) Ian.