Re: [libvirt] [PATCH v2 8/9] admin: Introduce virAdmConnectGetLibVersion

2015-11-03 Thread Martin Kletzander
On Fri, Oct 16, 2015 at 08:12:25PM +0200, 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 pat

[libvirt] [PATCH v2 8/9] admin: Introduce virAdmConnectGetLibVersion

2015-10-16 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 cmdVer