From: Michal Privoznik Date: Wed, 13 Mar 2019 10:05:08 +0000 (+0100) Subject: news: Document firmware autoselection for QEMU driver X-Git-Tag: v5.2.0-rc1~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd24167b874b7463ac5f6cf40d6436ca7f76c42;p=thirdparty%2Flibvirt.git news: Document firmware autoselection for QEMU driver Signed-off-by: Michal Privoznik Reviewed-by: Andrea Bolognani Reviewed-by: Erik Skultety --- 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. + +