[libvirt] [dbus PATCH v3 0/4] Introduce Network Interface

Katerina Koukiou kkoukiou at redhat.com
Thu Apr 5 10:40:16 UTC 2018


This patchset introduces also some basic methods and properties for
Network interface.
More functionality will be added in following patchsets.
New functions are covered by the test suite.

Changes from v2:
* Added test_list_networks test.
* xml files should group methods/signals/properties together.
* Some other minor fixes.

Katerina Koukiou (4):
  Introduce Network Interface
  Implement ListNetworks method for Connect interface
  Implement Name property for Network interface
  Implement NetworkLookupByName method for Connect interface

 data/Makefile.am             |   3 +-
 data/org.libvirt.Connect.xml |  12 +++++
 data/org.libvirt.Network.xml |  11 +++++
 src/Makefile.am              |   3 +-
 src/connect.c                |  76 ++++++++++++++++++++++++++++++
 src/connect.h                |   1 +
 src/network.c                | 107 +++++++++++++++++++++++++++++++++++++++++++
 src/network.h                |   9 ++++
 src/util.c                   |  33 +++++++++++++
 src/util.h                   |  15 ++++++
 test/Makefile.am             |   3 +-
 test/libvirttest.py          |  12 +++++
 test/test_connect.py         |  23 ++++++++++
 test/test_network.py         |  19 ++++++++
 14 files changed, 324 insertions(+), 3 deletions(-)
 create mode 100644 data/org.libvirt.Network.xml
 create mode 100644 src/network.c
 create mode 100644 src/network.h
 create mode 100755 test/test_network.py

-- 
2.15.0




More information about the libvir-list mailing list