]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
x86/config: Fix stale documentation concerning virtual layout
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 11 Aug 2017 13:35:48 +0000 (14:35 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 14 Aug 2017 09:36:44 +0000 (10:36 +0100)
The hypercall argument translation area lives in the per-domain mappings in
PML4 slot 260.  Nothing currently resides in the lower canonical half above
the 4GB boundary in a 32bit PV guest.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/config.h

index bc0730fd9dd754809c924f09eacd2effeaa978c5..25af085af05f7cb49d44753560a9e3e7d8633513 100644 (file)
@@ -169,12 +169,8 @@ extern unsigned char boot_edid_info[128];
  *    Guest-defined use.
  *  0x00000000f5800000 - 0x00000000ffffffff [168MB,             PML4:0]
  *    Read-only machine-to-phys translation table (GUEST ACCESSIBLE).
- *  0x0000000100000000 - 0x0000007fffffffff [508GB,             PML4:0]
- *    Unused.
- *  0x0000008000000000 - 0x000000ffffffffff [512GB, 2^39 bytes, PML4:1]
- *    Hypercall argument translation area.
- *  0x0000010000000000 - 0x00007fffffffffff [127TB, 2^46 bytes, PML4:2-255]
- *    Reserved for future use.
+ *  0x0000000100000000 - 0x00007fffffffffff [128TB-4GB,         PML4:0-255]
+ *    Unused / Reserved for future use.
  */