diff --git a/docs/news.xml b/docs/news.xml index 81466c3d55..896700fa97 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -66,6 +66,22 @@ virtio device version is presented to the guest. + + + qemu: Enable firmware autoselection + + + 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 meets their requirements. Now that QEMU + ships firmware description files this burden can be moved onto + libvirt. It is as easy as setting the firmware + attribute in the os element (accepted values are + bios and efi). Moreover, libvirt + automatically enables domain features needed for firmware it + chooses. + +