From: Andrea Bolognani Date: Tue, 10 Feb 2026 23:51:35 +0000 (+0100) Subject: news: Mention firmwareFeatures element for domaincaps X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Flibvirt.git news: Mention firmwareFeatures element for domaincaps Signed-off-by: Andrea Bolognani Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index 54f541cdbc..7a80116de3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -17,6 +17,13 @@ v12.1.0 (unreleased) * **New features** + * qemu: Advertise firmware features in domain capabilities XML + + The contents of the ```` element can be used to determine + ahead of time whether a firmware matching certain characteristics, for + example Secure Boot support, is available for the selected architecture and + machine type. + * **Improvements** * **Bug fixes**