[Libvir] [PATCH] Add Python binding for virGetVersion

Richard W.M. Jones rjones at redhat.com
Tue May 29 11:43:09 UTC 2007


Thanks Mark,

Here's a patch which does that.

Example usage:

 >>> import libvirt;
 >>> libvirt.getVersion ();
2002
 >>> libvirt.getVersion ("QEMU");
(2002, 2002)
 >>> libvirt.getVersion ("Test");
(2002, 2002)
 >>> libvirt.getVersion ("Xen");
(2002, 3000001)
 >>> libvirt.getVersion (None);
2002

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libvirt-python-version-20070529.patch
Type: text/x-patch
Size: 3738 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070529/ca712539/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070529/ca712539/attachment-0003.bin>


More information about the libvir-list mailing list