Re: [libvirt] [PATCH 09/15] Add libvirt-admin library

2015-04-17 Thread Daniel P. Berrange
On Fri, Apr 17, 2015 at 02:25:48PM +0200, Martin Kletzander wrote: On Fri, Apr 17, 2015 at 11:28:11AM +0100, Daniel P. Berrange wrote: On Thu, Apr 16, 2015 at 04:46:44PM +0200, Martin Kletzander wrote: Initial scratch of the admin library. It has its own virAdmConnectPtr that inherits from

Re: [libvirt] [PATCH 09/15] Add libvirt-admin library

2015-04-17 Thread Martin Kletzander
On Fri, Apr 17, 2015 at 11:28:11AM +0100, Daniel P. Berrange wrote: On Thu, Apr 16, 2015 at 04:46:44PM +0200, Martin Kletzander wrote: Initial scratch of the admin library. It has its own virAdmConnectPtr that inherits from virAbstractConnectPtr and thus trivially supports error reporting.

Re: [libvirt] [PATCH 09/15] Add libvirt-admin library

2015-04-17 Thread Daniel P. Berrange
On Thu, Apr 16, 2015 at 04:46:44PM +0200, Martin Kletzander wrote: Initial scratch of the admin library. It has its own virAdmConnectPtr that inherits from virAbstractConnectPtr and thus trivially supports error reporting. See my note earlier about error reporting on the connection being a

[libvirt] [PATCH 09/15] Add libvirt-admin library

2015-04-16 Thread Martin Kletzander
Initial scratch of the admin library. It has its own virAdmConnectPtr that inherits from virAbstractConnectPtr and thus trivially supports error reporting. Configuration option --with-admin is added to control whether the admin library should be built or not (set to 'yes' by default). There's