Changes from v1:
* Added tests were the test driver exported the relevant API
* Removed NodeGetCellsFreeMemory which will be sent in seperate patchset
* Adjusted other comments from review
Katerina Koukiou (9):
Implement NodeGetCPUStats method for Connect Interface
Implement NodeGetFreeMemory method for Connect Interface
Implement NodeGetInfo method for Connect Interface
Implement NodeGetMemoryParameters method in Connect Interface
Implement NodeGetMemoryStats method for Connect Interface
Implement NodeGetSecurityModel method for Domain Interface
Implement NodeSetMemoryParameters method for Connect Interface
Implement NodeSuspendForDuration method for Connect Interface
Implement NodeGetCPUMap method for Connect Interface
data/org.libvirt.Connect.xml | 54 ++++++++
src/connect.c | 303 +++++++++++++++++++++++++++++++++++++++++++
tests/test_connect.py | 16 +++
3 files changed, 373 insertions(+)
--
2.15.0