Re: [libvirt] [PATCH 03/20] virConnect(Un)RegisterCloseCallback: Throw an error in case the API is not supported

2018-03-19 Thread Daniel P . Berrangé
On Thu, Mar 08, 2018 at 01:20:26PM +0100, Marc Hartmayer wrote: > Report an error in case the driver does not support > connect(Un)registerCloseCallback. The commit 'close callback: move it > to driver' (88f09b75eb99) moved the responsibility for the close > callback to the driver. But if the

Re: [libvirt] [PATCH 03/20] virConnect(Un)RegisterCloseCallback: Throw an error in case the API is not supported

2018-03-16 Thread Nikolay Shirokovskiy
On 16.03.2018 12:39, Nikolay Shirokovskiy wrote: > > > On 08.03.2018 15:20, Marc Hartmayer wrote: >> Report an error in case the driver does not support >> connect(Un)registerCloseCallback. The commit 'close callback: move it >> to driver' (88f09b75eb99) moved the responsibility for the close

Re: [libvirt] [PATCH 03/20] virConnect(Un)RegisterCloseCallback: Throw an error in case the API is not supported

2018-03-16 Thread Nikolay Shirokovskiy
On 08.03.2018 15:20, Marc Hartmayer wrote: > Report an error in case the driver does not support > connect(Un)registerCloseCallback. The commit 'close callback: move it > to driver' (88f09b75eb99) moved the responsibility for the close > callback to the driver. But if the driver doesn't support

Re: [libvirt] [PATCH 03/20] virConnect(Un)RegisterCloseCallback: Throw an error in case the API is not supported

2018-03-15 Thread John Ferlan
On 03/08/2018 07:20 AM, Marc Hartmayer wrote: > Report an error in case the driver does not support > connect(Un)registerCloseCallback. The commit 'close callback: move it > to driver' (88f09b75eb99) moved the responsibility for the close > callback to the driver. But if the driver doesn't

[libvirt] [PATCH 03/20] virConnect(Un)RegisterCloseCallback: Throw an error in case the API is not supported

2018-03-08 Thread Marc Hartmayer
Report an error in case the driver does not support connect(Un)registerCloseCallback. The commit 'close callback: move it to driver' (88f09b75eb99) moved the responsibility for the close callback to the driver. But if the driver doesn't support the connectRegisterCloseCallback API this function