]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention fix for PCI VPD error reporting v10.2.0-rc2
authorPeter Krempa <pkrempa@redhat.com>
Wed, 27 Mar 2024 15:39:55 +0000 (16:39 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 28 Mar 2024 09:11:55 +0000 (10:11 +0100)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index ef9e3126984730ef2a0d7645e09e1f7b9a7ede9f..05fd9e3194abf62a05cbee87a139358cc274ea36 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -52,6 +52,17 @@ v10.2.0 (unreleased)
     releases to 10.2.0 works as well, but the other direction remains broken
     unless the fix is backported.
 
+  * node_device: Don't report spurious errors from PCI VPD parsing
+
+    In last release the PCI Vital Product Data parser was enhanced to report
+    errors but that effort failed as some kernels have the file but don't allow
+    reading it causing logs to be spammed with::
+
+      libvirtd[21055]: operation failed: failed to read the PCI VPD data
+
+    Since the data is used only in the node device XML and errors are ignored if
+    the parsing failed, this release removes all the error reporting.
+
 
 v10.1.0 (2024-03-01)
 ====================