]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Update for libvirt 6.0.0
authorAndrea Bolognani <abologna@redhat.com>
Mon, 13 Jan 2020 10:47:09 +0000 (11:47 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 13 Jan 2020 14:11:04 +0000 (15:11 +0100)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/news.xml

index 56b1e36d383917bfc5910e45b458bf2c536d6a33..acb63709da3638dc380aa1792d15e03479c64b14 100644 (file)
           configure option.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Support cold-unplug of sound devices
+        </summary>
+      </change>
+      <change>
+        <summary>
+          qemu: Implement VIR_MIGRATE_PARAM_TLS_DESTINATION
+        </summary>
+        <description>
+          This flag, which can be enabled using <code>virsh</code>'s
+          <code>--tls-destination</code> option, allows migration to succeed
+          in situations where there is a mismatch between the destination's
+          hostname and the information stored in its TLS certificate.
+        </description>
+      </change>
     </section>
     <section title="Removed features">
       <change>
           lzop should be used.
         </description>
       </change>
+      <change>
+        <summary>
+          domain: Improve job stat handling
+        </summary>
+        <description>
+          It is now possible to retrieve stats for completed and failed jobs.
+        </description>
+      </change>
+      <change>
+        <summary>
+          qemu: Don't hold monitor and agent job at the same time
+        </summary>
+        <description>
+          Before this change, a malicious (or buggy)
+          <code>qemu-guest-agent</code> running in the guest could make other
+          libvirt APIs unavailable for an unbounded amount of time.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
       <change>
           now links to the knowledge base which summarizes how to fix the images.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Fix non-shared storage migration over NBD
+        </summary>
+      </change>
+      <change>
+        <summary>
+          qemu: Generate a single MAC address for hotplugged network devices
+        </summary>
+        <description>
+          Since libvirt 4.6.0, when hotplugging a network device that didn't
+          have a MAC address already assigned by the user, two separate
+          addresses would be generated: one for the live configuration, which
+          would show up immediately, and one for the inactive configuration,
+          which would show up after the first reboot. This situation was
+          clearly undesirable, so a single MAC address is now generated and
+          used both for the live configuration and the inactive one.
+        </description>
+      </change>
     </section>
   </release>
   <release version="v5.10.0" date="2019-12-02">