From: Daniel Henrique Barboza Date: Mon, 23 Mar 2020 19:40:48 +0000 (-0300) Subject: formatdomain.html.in: document the new 'uuid' NVDIMM element X-Git-Tag: v6.2.0-rc1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0011d8d2c87e6ee1c50fe3869d3269e460bae772;p=thirdparty%2Flibvirt.git formatdomain.html.in: document the new 'uuid' NVDIMM element Signed-off-by: Daniel Henrique Barboza Reviewed-by: Michal Privoznik --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 0d229386eb..e5e46a3f4e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -8892,6 +8892,7 @@ qemu-kvm -net nic,model=? /dev/null </target> </memory> <memory model='nvdimm'> + <uuid> <source> <path>/tmp/nvdimm</path> </source> @@ -8905,6 +8906,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> @@ -8960,6 +8962,17 @@ qemu-kvm -net nic,model=? /dev/null

+
uuid
+
+

+ 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 + model='nvdimm' for pSeries guests. + Since 6.2.0 +

+
+
source