Re: [libvirt] [dbus PATCH v2 5/5] Implement NetworkLookupByName method for Connect interface

2018-04-04 Thread Pavel Hrdina
On Wed, Apr 04, 2018 at 02:26:13PM +0200, Katerina Koukiou wrote: > Signed-off-by: Katerina Koukiou > --- > data/org.libvirt.Connect.xml | 6 ++ > src/connect.c| 29 + > test/test_connect.py | 11 +++ > 3 files

[libvirt] [dbus PATCH v2 5/5] Implement NetworkLookupByName method for Connect interface

2018-04-04 Thread Katerina Koukiou
Signed-off-by: Katerina Koukiou --- data/org.libvirt.Connect.xml | 6 ++ src/connect.c| 29 + test/test_connect.py | 11 +++ 3 files changed, 46 insertions(+) diff --git a/data/org.libvirt.Connect.xml