]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Update for libvirt 6.5.0
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Jul 2020 12:41:18 +0000 (14:41 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 2 Jul 2020 12:53:07 +0000 (14:53 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index 0e9822cd037ebfdcd1051f9531bdfca00fc6b7e1..499711fb18ccfa84737559a0e40d8e480a6a5945 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -47,8 +47,30 @@ v6.5.0 (unreleased)
     alphabetical order. Hook script in old place will be executed
     as first for backward compatibility.
 
+  * qemu: Add support for migratable host-passthrough CPU
+
+    QEMU 2.12 made it possible for guests to use a migration-friendly
+    version of the host-passthrough CPU. This feature is now exposed by
+    libvirt.
+
 * **Improvements**
 
+  * network: Support NAT with IPv6
+
+    It's now possible to use ``<nat ipv6="yes"/>`` in a libvirt network.
+
+  * qemu: Auto-fill NUMA information for incomplete topologies
+
+    If the NUMA topology is not fully described in the guest XML, libvirt
+    will complete it by putting all unspecified CPUs in the first NUMA node.
+    This is only done in the QEMU binary itself supports disjointed CPU
+    ranges for NUMA nodes.
+
+  * qemu: Assign hostdev-backed interfaces to PCIe slots
+
+    All SR-IOV capable devices are PCIe, so when their VFs are assigned to
+    guests they should end up in PCIe slots rather than conventional PCI ones.
+
 * **Bug fixes**
 
   * qemu: fixed crash in ``qemuDomainBlockCommit``
@@ -61,6 +83,11 @@ v6.5.0 (unreleased)
     Removes the correlation between the zPCI address attributes uid and fid.
     Fixes the validation and autogeneration of zPCI address attributes.
 
+  * qemu: Skip pre-creation of NVMe disks during migration
+
+    libvirt has no way to create NVMe devices on the target host, so it now
+    just makes sure they exist and let the migration proceed in that case.
+
 
 v6.4.0 (2020-06-02)
 ===================