Signed-off-by: Daniel Henrique Barboza <danielhb413(a)gmail.com>
---
docs/formatdomain.html.in | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 7e7771725c..e3bf33f873 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -8857,6 +8857,7 @@ qemu-kvm -net nic,model=? /dev/null
</target>
</memory>
<memory model='nvdimm'>
+ <uuid>
<source>
<path>/tmp/nvdimm</path>
</source>
@@ -8870,6 +8871,7 @@ qemu-kvm -net nic,model=? /dev/null
</target>
</memory>
<memory model='nvdimm' access='shared'>
+ <uuid>
<source>
<path>/dev/dax0.0</path>
<alignsize unit='KiB'>2048</alignsize>
@@ -8925,6 +8927,17 @@ qemu-kvm -net nic,model=? /dev/null
</p>
</dd>
+ <dt><code>uuid</code></dt>
+ <dd>
+ <p>
+ For pSeries guests, an uuid can be set to identify the
+ nvdimm module. If absent, libvirt will generate an uuid.
+ automatically. This attribute is allowed only for
+ <code>model='nvdimm'</code> for pSeries guests.
+ <span class="since">Since 6.2.0</span>
+ </p>
+ </dd>
+
<dt><code>source</code></dt>
<dd>
<p>
--
2.24.1