]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: formatdomain: Clarify that NVRAM template is also being autoselected
authorPeter Krempa <pkrempa@redhat.com>
Thu, 22 Aug 2024 15:20:32 +0000 (17:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 15 Nov 2024 08:42:04 +0000 (09:42 +0100)
The NVRAM template file may be autoselected same as the loader/firmware
image. Add a hint that this can occur and also that it doesn't
necessarily need to be from the 'qemu.conf' configured files.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst

index c50744b57bc751afc6cd1d122cf171804909e2e2..cec11270b94f3eff033ef1bf8b08406baa1f46fa 100644 (file)
@@ -268,12 +268,14 @@ harddisk, cdrom, network) determining where to obtain/find the boot image.
    Some UEFI firmwares may want to use a non-volatile memory to store some
    variables. In the host, this is represented as a file and the absolute path
    to the file is stored in this element. Moreover, when the domain is started
-   up libvirt copies so called master NVRAM store file defined in ``qemu.conf``.
-   If needed, the ``template`` attribute can be used to per domain override map
-   of master NVRAM stores from the config file. Note, that for transient domains
-   if the NVRAM file has been created by libvirt it is left behind and it is
-   management application's responsibility to save and remove file (if needed to
-   be persistent). :since:`Since 1.2.8`
+   up libvirt copies so called master NVRAM store file either selected by the
+   firmware autoselection process or defined in ``qemu.conf``.
+   If needed, the ``template`` attribute can be used to override the
+   automatically chosen NVRAM template.
+
+   Note, that for transient domains if the NVRAM file has been created by
+   libvirt it is left behind and it is management application's responsibility
+   to save and remove file (if needed to be persistent). :since:`Since 1.2.8`
 
    :since:`Since 8.5.0`,  it's possible for the element to have ``type`` attribute
    (accepts values ``file``, ``block`` and ``network``) in that case the NVRAM