[PATCH 0/2] Silence more DBus errors

Michal Privoznik via Devel posted 2 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1744276808.git.mprivozn@redhat.com
src/network/bridge_driver.c | 3 ++-
src/util/virinhibitor.c     | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)
[PATCH 0/2] Silence more DBus errors
Posted by Michal Privoznik via Devel 8 months, 1 week ago
This is basically a follow up to [1] as new places were identified which
suffer the same problem.

1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/WGFBRXMSTXJOOIS3QGRD4HUL27VSFWRQ/

Michal Prívozník (2):
  virinhibitor: Suppress reporting an error when D-Bus is unavailable in
    virInhibitorAcquire()
  network: Suppress reporting an error when D-Bus is unavailable in
    networkStateInitialize()

 src/network/bridge_driver.c | 3 ++-
 src/util/virinhibitor.c     | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

-- 
2.49.0
Re: [PATCH 0/2] Silence more DBus errors
Posted by Jiri Denemark via Devel 8 months, 1 week ago
On Thu, Apr 10, 2025 at 11:21:58 +0200, Michal Privoznik wrote:
> This is basically a follow up to [1] as new places were identified which
> suffer the same problem.
> 
> 1: https://lists.libvirt.org/archives/list/devel@lists.libvirt.org/thread/WGFBRXMSTXJOOIS3QGRD4HUL27VSFWRQ/
> 
> Michal Prívozník (2):
>   virinhibitor: Suppress reporting an error when D-Bus is unavailable in
>     virInhibitorAcquire()
>   network: Suppress reporting an error when D-Bus is unavailable in
>     networkStateInitialize()
> 
>  src/network/bridge_driver.c | 3 ++-
>  src/util/virinhibitor.c     | 5 ++++-
>  2 files changed, 6 insertions(+), 2 deletions(-)

Reviewed-by: Jiri Denemark <jdenemar@redhat.com>