]> xenbits.xensource.com Git - xen.git/commitdiff
SUPPORT.md: Add secondary memory management features
authorGeorge Dunlap <george.dunlap@citrix.com>
Wed, 22 Nov 2017 19:19:04 +0000 (19:19 +0000)
committerGeorge Dunlap <george.dunlap@citrix.com>
Mon, 27 Nov 2017 16:48:44 +0000 (16:48 +0000)
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
SUPPORT.md

index d748fffe88d8a1ead28781200efff95258dd0356..93629f61042d7afaf93498e6e49c0e7d2034196d 100644 (file)
@@ -204,6 +204,43 @@ Export hypervisor coverage data suitable for analysis by gcov or lcov.
 Allows a guest to add or remove memory after boot-time.
 This is typically done by a guest kernel agent known as a "balloon driver".
 
+### Populate-on-demand memory
+
+    Status, x86 HVM: Supported
+
+This is a mechanism that allows normal operating systems with only a balloon driver
+to boot with memory < maxmem.
+
+### Memory Sharing
+
+    Status, x86 HVM: Expermental
+
+Allow sharing of identical pages between guests
+
+### Memory Paging
+
+    Status, x86 HVM: Experimenal
+
+Allow pages belonging to guests to be paged to disk
+
+### Transcendent Memory
+
+    Status: Experimental
+
+Transcendent Memory (tmem) allows the creation of hypervisor memory pools
+which guests can use to store memory
+rather than caching in its own memory or swapping to disk.
+Having these in the hypervisor
+can allow more efficient aggregate use of memory across VMs.
+
+### Alternative p2m
+
+    Status, x86 HVM: Tech Preview
+    Status, ARM: Tech Preview
+
+Allows external monitoring of hypervisor memory
+by maintaining multiple physical to machine (p2m) memory mappings.
+
 ## Resource Management
 
 ### CPU Pools