]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document firmware autoselection for QEMU driver
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Mar 2019 10:05:08 +0000 (11:05 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 13 Mar 2019 12:11:25 +0000 (13:11 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
docs/news.xml

index 81466c3d55666a7fb0ca9f5cac09cdfeec734472..896700fa972b77560450a5d959505cb90443e7f4 100644 (file)
           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 meets their requirements. Now that QEMU
+          ships firmware description files this burden can be moved onto
+          libvirt. It is as easy as setting the <code>firmware</code>
+          attribute in the <code>os</code> element (accepted values are
+          <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>