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

Katerina Koukiou posted 10 patches 6 years ago
Failed in applying to current master (apply log)
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(-)
[libvirt] [dbus PATCH 00/10] Impement some APIs for network Interface
Posted by Katerina Koukiou 6 years ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list