Re: [libvirt] [PATCH 5/9] admin: Introduce virAdmConnectGetLibVersion

2015-10-14 Thread Michal Privoznik
On 13.10.2015 15:38, Erik Skultety wrote: > Introduce a new API to get libvirt version. It is worth noting, that > libvirt-admin and libvirt share the same version number. Unfortunately, > our existing API isn't generic enough to be used with virAdmConnectPtr > as well. Also this patch wires up

[libvirt] [PATCH 5/9] admin: Introduce virAdmConnectGetLibVersion

2015-10-13 Thread Erik Skultety
Introduce a new API to get libvirt version. It is worth noting, that libvirt-admin and libvirt share the same version number. Unfortunately, our existing API isn't generic enough to be used with virAdmConnectPtr as well. Also this patch wires up this API to the virt-admin client as a generic