From: John Ferlan Date: Tue, 11 Sep 2018 12:46:38 +0000 (-0400) Subject: doc: Update the wording around the backingStore X-Git-Tag: v4.8.0-rc1~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972acbded1e07c866ae4d3a9d719e58bc5a322a3;p=thirdparty%2Flibvirt.git doc: Update the wording around the backingStore Commit bc6d3121a was far too terse when describing the new elements, attributes, and allow values. Provide a few more words to help describe. Signed-off-by: John Ferlan Reviewed-by: Marc-André Lureau --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index eb619a1656..1f12ab5b42 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