From 2d35af171a2e7c5eb6ce7e7c2bd90cacb4ab0ce6 Mon Sep 17 00:00:00 2001 From: Taizo ITO Date: Fri, 22 Jan 2010 11:01:09 +0100 Subject: Add virConnectGetVersion Python API adds a new python API call for retrieving the running hypervisor version used by a connection: virConnectGetVersion * python/generator.py: skip virConnectGetVersion from autogenerated * python/libvirt-override-api.xml python/libvirt-override.c: define direct native bindings --- 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 6ae2742..3d8f46c 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -1,6 +1,11 @@ + + Returns the running hypervisor version of the connection host + + + Returns the libvirt version of the connection host -- cgit