From d0e7cc1264533d6a6e4ad2a5b9252f97dc96cba3 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Thu, 12 Nov 2009 10:53:26 -0500 Subject: Add virConnectGetLibvirtVersion API There is currently no way to determine the libvirt version of a remote libvirtd we are connected to. This is a useful piece of data to enable feature detection. --- libvirt-override-api.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 148b89b..4e55182 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -1,6 +1,11 @@ + + Returns the libvirt version of the connection host + + + Returns the list of the ID of the domains on the hypervisor -- cgit