]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Update for 3.5.0 release
authorAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jul 2017 12:15:32 +0000 (14:15 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 4 Jul 2017 06:05:18 +0000 (08:05 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
docs/news.xml

index 636154ef7eac35e4b1a38d0e0d8df870debe7418..f38abeb91d739269e315d1023ad96ede3d642d78 100644 (file)
           running.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Allow VirtIO devices to use vIOMMU
+        </summary>
+        <description>
+          It is now possible to turn on IOTBL for the vIOMMU and have VirtIO
+          devices use it, provided they have been configured appropriately.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
       <change>
           gathered and presented in capabilities if available.
         </description>
       </change>
+      <change>
+        <summary>
+          apparmor: Several improvements
+        </summary>
+        <description>
+          Allow access to Ceph config, EFI firmware on both x86_64 and
+          aarch64, device tree on ppc64 and more.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Support host-model on POWER9 machines
+        </summary>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
           images when doing a block-commit.
         </description>
       </change>
+      <change>
+        <summary>
+          Parse decimal numbers in a locale-independent way
+        </summary>
+        <description>
+          Some locales, such as <code>de_DE</code> and <code>pt_BR</code>,
+          use comma rather than dot to separate the integer part from the
+          fractional part of a decimal number; however, several data sources
+          such as the kernel use a locale-independent representation and need
+          to be treated accordingly.
+        </description>
+      </change>
+      <change>
+        <summary>
+          Support compilation with newer compiler and libc versions
+        </summary>
+        <description>
+          Several fixes have been included to make compilation with Clang
+          4.0.0, GCC 7.1 and glibc >= 2.25.90 possible.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Query name for vhost-user interfaces at runtime
+        </summary>
+        <description>
+          This makes it possible to use <code>virsh</code> subcommands such
+          as <code>domiflist</code> and <code>domifstat</code> on vhost-user
+          interfaces.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Set MTU for hotplugged interfaces correctly
+        </summary>
+        <description>
+          When hotplugging a network interface, the MTU was only set on the
+          guest side. Set it on the host side as well.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Forbid updating MTU for interfaces of running guests
+        </summary>
+        <description>
+          The MTU setting can't be modified while the guest is running, so any
+          attempt to alter it at runtime will now result in an error rather
+          than being silently ignored.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Fix specifying QXL heads with older QEMU releases
+        </summary>
+        <description>
+          Specifying the number of QXL heads was not working correctly for
+          QEMU releases older than 1.6.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v3.4.0" date="2017-06-02">