diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index eb619a1656073e3d054e0ec243006eaab4ab2e13..1f12ab5b4214aef92cf7ee43bfa2bec302541473 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -1150,13 +1150,16 @@ suitable for the specific environment at the same time to mitigate the risks described above. Since 1.0.6
source
-
In this attribute you can switch to file memorybacking or keep - default anonymous.
+
Using the type attribute, it's possible to provide + "file" to utilize file memorybacking or keep the default + "anonymous".
access
-
Specify if memory is shared or private. This can be overridden per - numa node by memAccess
+
Using the mode attribute, specify if the memory is + to be "shared" or "private". This can be overridden per numa node by + memAccess.
allocation
-
Specify when allocate the memory
+
Using the mode attribute, specify when to allocate + the memory by supplying either "immediate" or "ondemand".
discard
When set and supported by hypervisor the memory content is discarded just before guest shuts down (or