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 <jferlan@redhat.com>
---
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. <span class="since">Since 1.0.6</span></dd>
<dt><code>source</code></dt>
- <dd>In this attribute you can switch to file memorybacking or keep
- default anonymous.</dd>
+ <dd>Using the <code>type</code> attribute, it's possible to provide
+ "file" to utilize file memorybacking or keep the default
+ "anonymous".</dd>
<dt><code>access</code></dt>
- <dd>Specify if memory is shared or private. This can be overridden per
- numa node by <code>memAccess</code></dd>
+ <dd>Using the <code>mode</code> attribute, specify if the memory is
+ to be "shared" or "private". This can be overridden per numa node by
+ <code>memAccess</code>.</dd>
<dt><code>allocation</code></dt>
- <dd>Specify when allocate the memory</dd>
+ <dd>Using the <code>mode</code> attribute, specify when to allocate
+ the memory by supplying either "immediate" or "ondemand".</dd>
<dt><code>discard</code></dt>
<dd>When set and supported by hypervisor the memory
content is discarded just before guest shuts down (or
--
2.17.1
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
On Tue, Sep 11, 2018 at 5:36 PM John Ferlan <jferlan@redhat.com> wrote: > > 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 <jferlan@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> > --- > 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. <span class="since">Since 1.0.6</span></dd> > <dt><code>source</code></dt> > - <dd>In this attribute you can switch to file memorybacking or keep > - default anonymous.</dd> > + <dd>Using the <code>type</code> attribute, it's possible to provide > + "file" to utilize file memorybacking or keep the default > + "anonymous".</dd> > <dt><code>access</code></dt> > - <dd>Specify if memory is shared or private. This can be overridden per > - numa node by <code>memAccess</code></dd> > + <dd>Using the <code>mode</code> attribute, specify if the memory is > + to be "shared" or "private". This can be overridden per numa node by > + <code>memAccess</code>.</dd> > <dt><code>allocation</code></dt> > - <dd>Specify when allocate the memory</dd> > + <dd>Using the <code>mode</code> attribute, specify when to allocate > + the memory by supplying either "immediate" or "ondemand".</dd> > <dt><code>discard</code></dt> > <dd>When set and supported by hypervisor the memory > content is discarded just before guest shuts down (or > -- > 2.17.1 > > -- > libvir-list mailing list > libvir-list@redhat.com > https://www.redhat.com/mailman/listinfo/libvir-list -- Marc-André Lureau -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
© 2016 - 2026 Red Hat, Inc.