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

Reply via email to