[libvirt] [PATCH] news: Document firmware autoselection exposure in domcaps

Michal Privoznik posted 1 patch 5 years ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/30bbeac368a39e5d5cbe11d78f3c3232a252e602.1554910789.git.mprivozn@redhat.com
docs/news.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
[libvirt] [PATCH] news: Document firmware autoselection exposure in domcaps
Posted by Michal Privoznik 5 years ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/news.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 21807f26d3..eb97d25c80 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -49,6 +49,18 @@
           release.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Advertise firmware autoselection in domain capabilities
+        </summary>
+        <description>
+          The firmware autoselection feature is now exposed in
+          domain capabilities and management applications can
+          query for accepted values, i.e. values that are accepted
+          and for which libvirt found firmware descriptor files.
+          Among with that support for Secure Boot is advertised.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Document firmware autoselection exposure in domcaps
Posted by Cole Robinson 5 years ago
On 4/10/19 11:39 AM, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  docs/news.xml | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index 21807f26d3..eb97d25c80 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -49,6 +49,18 @@
>            release.
>          </description>
>        </change>
> +      <change>
> +        <summary>
> +          qemu: Advertise firmware autoselection in domain capabilities
> +        </summary>
> +        <description>
> +          The firmware autoselection feature is now exposed in
> +          domain capabilities and management applications can
> +          query for accepted values, i.e. values that are accepted
> +          and for which libvirt found firmware descriptor files.
> +          Among with that support for Secure Boot is advertised.

For this last line, 'Among' sounds weird. Maybe 'Firmware Secure Boot
support is also advertised.'

Reviewed-by: Cole Robinson <crobinso@redhat.com>

> +        </description>
> +      </change>
>      </section>
>      <section title="Bug fixes">
>      </section>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list