[libvirt PATCH 2/2] news: dbus: use GLib implementation instead of libdbus

Pavel Hrdina phrdina at redhat.com
Thu Sep 17 16:34:29 UTC 2020


Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 NEWS.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 2052fd700d..a2f7ecaf1d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -28,6 +28,13 @@ v6.8.0 (unreleased)
     useful for containerised scenarios and can be used in both peer2peer and
     direct migrations.
 
+  * dbus: Use GLib implementation instead of libdbus
+
+    Adopting GLib DBus implementation simplifies our code as libdbus provides
+    low-level APIs where we had to have a lot of helper functions. With this
+    change we also remove dependency on libdbus and possibly fix all the DBus
+    related libvirtd crashes seen over the time.
+
 * **Bug fixes**
 
 * **Removed features**
-- 
2.26.2




More information about the libvir-list mailing list