]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Document recent rx-filter bugfix
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Jan 2024 13:19:06 +0000 (14:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 25 Jan 2024 14:55:48 +0000 (15:55 +0100)
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
NEWS.rst

index 4c799999fea6f339dcc0b48dcc132e15ce6cf0ac..e2796fd8b2d7a091d93dc3030985a57adf55eb4a 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -27,6 +27,15 @@ v10.1.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu_process: Skip over non-virtio non-TAP NIC models when refreshing rx-filter
+
+    If ``trustGuestRxFilters`` is enabled for a vNIC that doesn't support it,
+    libvirt may throw an error when such domain is being started, loaded from a
+    saved state, migrated, etc. These errors are now silenced, but make sure to
+    fix such configurations (after previous release it is even possible to
+    change ``trustGuestRxFilters`` value on live domains via
+    ``virDomainUpdateDeviceFlags()`` or ``virsh device-update``).
+
 
 v10.0.0 (2024-01-15)
 ====================