]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Mention fix for 'qemu-rdp' error being logged
authorPeter Krempa <pkrempa@redhat.com>
Tue, 8 Apr 2025 14:50:37 +0000 (16:50 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Apr 2025 16:06:56 +0000 (18:06 +0200)
Add the news entry stating that it's safe to ignore the error.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
NEWS.rst

index 9912d21bc0a29998d1a1a4ce013d4d65886f2420..4f1e8ecbdf6157ddedd4f2e22fb13d93188e9dc2 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -40,6 +40,16 @@ v11.3.0 (unreleased)
     vol-create`` with ``--validate`` option and/or ``virStorageVolCreateXML()``
     with ``VIR_VOL_XML_PARSE_VALIDATE`` flag.
 
+  * Don't spam logs with error about ``qemu-rdp`` when starting a qemu VM
+
+    On hosts where the ``qemu-rdp`` binary is not installed a start of a VM
+    would cause an error such as ::
+
+      error : qemuRdpNewForHelper:103 : 'qemu-rdp' is not a suitable qemu-rdp helper name: No such file or directory
+
+    to be logged in the system log. It is safe to ignore the error. The code
+    was fixed to avoid the message when probing for support.
+
 
 v11.2.0 (2025-04-01)
 ====================