From: Andrea Bolognani Date: Tue, 10 Feb 2026 23:48:18 +0000 (+0100) Subject: docs: Document firmwareFeature element for domaincaps X-Git-Tag: v12.1.0-rc1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf4dfcf7951779a815324adebcdaa8a845d4c0e1;p=thirdparty%2Flibvirt.git docs: Document firmwareFeature element for domaincaps Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/docs/formatdomaincaps.rst b/docs/formatdomaincaps.rst index 6ba7f84f96..cca827923c 100644 --- a/docs/formatdomaincaps.rst +++ b/docs/formatdomaincaps.rst @@ -111,6 +111,16 @@ be passed to its children. bios efi + + + yes + no + + + yes + no + + /usr/share/OVMF/OVMF_CODE.fd @@ -140,6 +150,47 @@ about a given BIOS or UEFI binary on the host, e.g. the firmware binary path, its architecture, supported machine types, NVRAM template, etc. This ensures that the reported values won't cause a failure on guest boot. +The ```` element :since:`(since 12.1.0)` contains one +enum for each of the features that can be used to fine-tune the firmware +autoselection process. For example: + +:: + + + + yes + + + yes + no + + + +indicates that a domain XML such as: + +:: + + + + + + + + +can be used to allow unsigned operating system to run, whereas a domain XML +such as: + +:: + + + + + + + +would not work, since ``no`` is not one of the valid values advertised by +the ``secureBoot`` enum. + For the ``loader`` element, the following can occur: ``value``