[libvirt] [dbus PATCH 0/8] Last APIs for Connect Interface

Katerina Koukiou posted 8 patches 6 years ago
Failed in applying to current master (apply log)
data/org.libvirt.Connect.xml |  47 ++++++++++
src/connect.c                | 219 +++++++++++++++++++++++++++++++++++++++++++
src/domain.c                 |   2 -
src/util.c                   |   9 ++
src/util.h                   |   9 ++
tests/test_connect.py        |   9 ++
6 files changed, 293 insertions(+), 2 deletions(-)
[libvirt] [dbus PATCH 0/8] Last APIs for Connect Interface
Posted by Katerina Koukiou 6 years ago
Notes:
- I am not confident about the dummy test on StoragePoolSources.
- In GetAllDomainStats I was not able to find a way to create output
  (aa{sv}) as we need. So I created simple (av), hiding the inner array
  type.

Katerina Koukiou (8):
  Implement BaselineCPU method for Connect Interface
  Implement CompareCPU method for Connect Interface
  Implement FindStoragePoolSources for Domain Interface
  Move definition for g_autoptr virDomainStatsRecordPtr to util.h
  Implement GetAllDomainStats method for Connect Interface
  Introduce virtDBusUtilStringListFree
  Implement GetCPUModelNames method for Connect Interface
  Implement GetDomainCapabilties method for Connect Interface

 data/org.libvirt.Connect.xml |  47 ++++++++++
 src/connect.c                | 219 +++++++++++++++++++++++++++++++++++++++++++
 src/domain.c                 |   2 -
 src/util.c                   |   9 ++
 src/util.h                   |   9 ++
 tests/test_connect.py        |   9 ++
 6 files changed, 293 insertions(+), 2 deletions(-)

-- 
2.15.0

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