]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: note new passt feature & bugfix for 9.1.0 release
authorLaine Stump <laine@redhat.com>
Mon, 27 Feb 2023 18:01:57 +0000 (13:01 -0500)
committerLaine Stump <laine@redhat.com>
Tue, 28 Feb 2023 18:50:09 +0000 (13:50 -0500)
This also adds a sentence pointing out that SELinux must be disabled
in order for passt support to work. I didn't think to put that info in
the NEWS file last month when reporting the addition of passt support.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
NEWS.rst

index 1180d75310db0c88c86d20fa8d269e7607c7e336..af7a3b2c7665ad2e32fb8c2393660e311c0189e2 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -38,6 +38,13 @@ v9.1.0 (unreleased)
     A pvpanic device can be now defined as a PCI device (the original is an ISA
     device) with ``<panic model='pvpanic'/>``.
 
+  * qemu: support automatic restart of inadvertently terminated passt process
+
+    If the passt process that is serving as the backend of a -netdev
+    stream is terminated unexpectedly, libvirt now listens to QEMU's
+    notification of this, and starts up a new passt instance, thus
+    preserving network connectivity.
+
 * **Improvements**
 
   * RPM packaging changes
@@ -63,6 +70,17 @@ v9.1.0 (unreleased)
     snapshot when it existed. In addition when external memory only snapshot
     was created libvirt failed without producing any error.
 
+  * QEMU: properly report passt startup errors
+
+    Due to how the child passt process was started, the initial
+    support for passt (added in 9.0.0) would not see errors
+    encountered during startup, so libvirt would continue to setup and
+    start the guest; this led to a running guest with no network
+    connectivity.
+
+    (NB: On systems that use them, it is still necessary to disable
+    SELinux/AppArmor to start passt.)
+
 
 v9.0.0 (2023-01-16)
 ===================