]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add virConnectGetLibvirtVersion API
authorCole Robinson <crobinso@redhat.com>
Thu, 12 Nov 2009 15:53:26 +0000 (10:53 -0500)
committerCole Robinson <crobinso@redhat.com>
Thu, 12 Nov 2009 15:53:26 +0000 (10:53 -0500)
commitce4c0bf5a21e57d93415e89f4fb2b32353e161ed
tree3929845fcdccc80c408c196698119b325568a559
parent632be336898c9efef258e1f2d1c3df199a98a4aa
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.
25 files changed:
daemon/remote.c
daemon/remote_dispatch_prototypes.h
daemon/remote_dispatch_ret.h
daemon/remote_dispatch_table.h
include/libvirt/libvirt.h.in
python/generator.py
python/libvirt-override-api.xml
python/libvirt-override.c
src/driver.h
src/esx/esx_driver.c
src/libvirt.c
src/libvirt_public.syms
src/lxc/lxc_driver.c
src/opennebula/one_driver.c
src/openvz/openvz_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/remote/remote_protocol.c
src/remote/remote_protocol.h
src/remote/remote_protocol.x
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_tmpl.c
src/xen/xen_driver.c