From 37f6644416d061ad47b550e96e6f78c18907bd3b Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 28 Nov 2011 18:19:27 +0100 Subject: python: Expose binding for virNodeGetCPUStats() This patch adds binding for virNodeGetCPUStats method of libvirtd. Return value is represented as a python dictionary mapping field names to values. --- libvirt-override-api.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 6aad49c..9cc7840 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -77,6 +77,13 @@ + + Extract node's CPU statistics. + + + + + Extract the UUID unique Identifier of a domain. -- cgit