From 972acbded1e07c866ae4d3a9d719e58bc5a322a3 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 11 Sep 2018 08:46:38 -0400 Subject: [PATCH] doc: Update the wording around the backingStore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/formatdomain.html.in | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- GitLab