
On Wed, Mar 13, 2019 at 11:08:23AM +0100, Michal Privoznik wrote:
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- docs/news.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index 81466c3d55..b3bfdcbfa1 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -66,6 +66,22 @@ virtio device version is presented to the guest. </description> </change> + <change> + <summary> + qemu: Enable firmware autoselection + </summary> + <description> + Libvirt allows users to provide loader path for some time now. + However, this puts some burden on users because they need to + know what firmware meeets their requirements. Now that qemu
s/meeets/meets
+ ships firmware description files this burden can be moved onto + libvirt. It is as easy as setting <code>firmware</code>
s/setting/setting the
+ attribute to <code>os</code> element (accepted values are
s/to/in the
+ <code>bios</code> and <code>efi</code>). Moreover, libvirt + automatically enables domain features needed for firmware it + chooses. + </description> + </change> </section> <section title="Improvements"> </section> --
Reviewed-by: Erik Skultety <eskultet@redhat.com>