[libvirt] [dbus PATCH 00/10] Impement some APIs for network Interface

Katerina Koukiou kkoukiou at redhat.com
Thu Apr 5 13:29:24 UTC 2018


Katerina Koukiou (10):
  Implement BridgeName property for Network interface.
  Implement Autostart property for Network Interface
  Implement UUID property for Network interface.
  Implement NetworkLookupByUUID method for network interface.
  Rename virtDBusEventsRegisterEvent to
    virtDBusDomainEventsRegisterEvent
  Rename callback_ids variable to domain_callback_ids
  Register Network Lifecycle Events
  Implement Destroy method for Network Interface.
  Implement Undefine method for Network Interface
  Implement Create method for Network Interface

 data/org.libvirt.Connect.xml |  12 ++++
 data/org.libvirt.Network.xml |  24 ++++++++
 src/connect.c                |  50 +++++++++++++++--
 src/connect.h                |   3 +-
 src/events.c                 | 112 ++++++++++++++++++++++++++++---------
 src/network.c                | 128 +++++++++++++++++++++++++++++++++++++++++++
 test/test_connect.py         |   1 +
 test/test_network.py         |  43 +++++++++++++++
 8 files changed, 342 insertions(+), 31 deletions(-)

-- 
2.15.0




More information about the libvir-list mailing list