From 197153c67ec0094bbc8eb2c29a9b91342dd2cca4 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 26 Nov 2013 18:31:18 +0000 Subject: Add missing binding of security model/label APIs The virNodeGetSecurityModel, virDomainGetSecurityLabel and virDomainGetSecurityLabelList methods were disabled in the python binding for inexplicable reasons. Signed-off-by: Daniel P. Berrange --- libvirt-override-api.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 337d0a0..d5b25b5 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -104,6 +104,21 @@ + + Extract information about the host security model + + + + + Extract information about the domain security label. Only the first label will be returned. + + + + + Extract information about the domain security label. A list of all labels will be returned. + + + Extract node's CPU statistics. -- cgit v1.2.1