[libvirt PATCH 0/2] Add news entries for HAL and GLib DBus

Pavel Hrdina (2): news: node_device: remove HAL node device backend news: dbus: use GLib implementation instead of libdbus NEWS.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 2.26.2

Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 14f098b1f6..2052fd700d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -30,6 +30,13 @@ v6.8.0 (unreleased) * **Bug fixes** +* **Removed features** + + * node_device: Remove HAL node device backend + + HAL is deprecated on all supported OS so there is no need to keep it + in libvirt. udev backend is used on Linux OSes and devd can be eventually + implemented as replacement for FreeBSD. v6.7.0 (2020-09-01) =================== -- 2.26.2

Signed-off-by: Pavel Hrdina <phrdina@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

On Thu, Sep 17, 2020 at 06:34:27PM +0200, Pavel Hrdina wrote:
Pavel Hrdina (2): news: node_device: remove HAL node device backend news: dbus: use GLib implementation instead of libdbus
NEWS.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) Reviewed-by: Erik Skultety <eskultet@redhat.com>
participants (2)
-
Erik Skultety
-
Pavel Hrdina