]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention some bug fixes for the 7.1.0 dev cycle
authorJim Fehlig <jfehlig@suse.com>
Wed, 24 Feb 2021 01:34:50 +0000 (18:34 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 24 Feb 2021 15:10:49 +0000 (08:10 -0700)
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
NEWS.rst

index 6ca539b1cdd851c3e4100e1fd2d300319e3711cc..8cb26d4d4cc47fb04b2639e737da60a34b251c01 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -88,6 +88,23 @@ v7.1.0 (unreleased)
     For more details why this is necessary see
     `systemd cgroup <https://systemd.io/CGROUP_DELEGATION/>`_ documentation.
 
+  * qemu: Fix swtpm device with aarch64
+
+    The TPM TIS device name for x86 is ``tpm-tis``, whereas for aarch64 it is
+    ``tpm-tis-device``. Fix the use of TPM TIS device with aarch64 by using
+    the proper device name when building the QEMU command line.
+
+  * libxl: Fix domain shutdown
+
+    Commit fa30ee04a2 introduced the possibility of a race between the
+    shutdown and death threads used to process domain shutdown and death
+    events from libxl. On normal domain shutdown the shutdown thread handles
+    all aspects of shutting down and cleaning up the domain. The death
+    thread is only used to handle out-of-band domain destruction and is
+    inhibited when domain shutdown is under libvirt's control. The race is
+    avoided by also inhibiting the death thread when libvirt starts the
+    shutdown thread.
+
 
 v7.0.0 (2021-01-15)
 ===================