[libvirt] [dbus PATCH v3 3/5] switch from sd-bus to GDBus implementation

Daniel P. Berrangé berrange at redhat.com
Wed Mar 21 14:26:15 UTC 2018


On Wed, Mar 21, 2018 at 11:02:45AM +0100, Pavel Hrdina wrote:
> This removes all the sd-bus code and uses GDBus instead.
> 
> Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
> ---
> 
> Changes in v3:
>   - domain property Id is handled correctly for offline domains
> 
>  README                       |   1 -
>  configure.ac                 |   3 -
>  data/Makefile.am             |   4 +-
>  data/org.libvirt.Connect.xml |  56 ++++
>  data/org.libvirt.Domain.xml  |  51 +++
>  libvirt-dbus.spec.in         |   4 +-
>  src/Makefile.am              |   3 -
>  src/connect.c                | 320 ++++++++----------
>  src/connect.h                |  36 +--
>  src/domain.c                 | 748 ++++++++++++++++++++-----------------------
>  src/domain.h                 |   6 +-
>  src/events.c                 | 177 +++++-----
>  src/main.c                   | 307 +++++++-----------
>  src/util.c                   | 167 ++++------
>  src/util.h                   |  53 ++-
>  test/travis-run              |   2 +-
>  16 files changed, 889 insertions(+), 1049 deletions(-)
>  create mode 100644 data/org.libvirt.Connect.xml
>  create mode 100644 data/org.libvirt.Domain.xml

Reviewed-by: Daniel P. Berrangé <berrange at redhat.com>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list