[PATCH] NEW: Mention some bug fixes for the 7.1.0 dev cycle

Jim Fehlig posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210224013648.15062-1-jfehlig@suse.com
NEWS.rst | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
[PATCH] NEW: Mention some bug fixes for the 7.1.0 dev cycle
Posted by Jim Fehlig 3 years, 2 months ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 NEWS.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 6ca539b1cd..8cb26d4d4c 100644
--- 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)
 ===================
-- 
2.29.2


Re: [PATCH] NEW: Mention some bug fixes for the 7.1.0 dev cycle
Posted by Ján Tomko 3 years, 2 months ago
On a Tuesday in 2021, Jim Fehlig wrote:
>Signed-off-by: Jim Fehlig <jfehlig@suse.com>
>---
> NEWS.rst | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
Re: [PATCH] NEW: Mention some bug fixes for the 7.1.0 dev cycle
Posted by Pavel Hrdina 3 years, 2 months ago
On Tue, Feb 23, 2021 at 06:36:48PM -0700, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
>  NEWS.rst | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)

s/NEW/NEWS/ in subject

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>