Re: [libvirt] [PATCH 3/8] driver: introduce a driver method for probing default URIs

2018-04-12 Thread Daniel P . Berrangé
On Wed, Apr 11, 2018 at 02:08:51PM +0200, Michal Privoznik wrote: > On 04/09/2018 05:45 PM, Daniel P. Berrangé wrote: > > Currently the virDrvConnectOpen method is supposed to handle both > > opening an explicit URI and auto-probing a driver if no URI is > > given. Introduce a dedicated

Re: [libvirt] [PATCH 3/8] driver: introduce a driver method for probing default URIs

2018-04-11 Thread Michal Privoznik
On 04/09/2018 05:45 PM, Daniel P. Berrangé wrote: > Currently the virDrvConnectOpen method is supposed to handle both > opening an explicit URI and auto-probing a driver if no URI is > given. Introduce a dedicated virDrvConnectURIProbe method to enable the > probing functionality to be split from

[libvirt] [PATCH 3/8] driver: introduce a driver method for probing default URIs

2018-04-09 Thread Daniel P . Berrangé
Currently the virDrvConnectOpen method is supposed to handle both opening an explicit URI and auto-probing a driver if no URI is given. Introduce a dedicated virDrvConnectURIProbe method to enable the probing functionality to be split from the driver opening functionality. It is still possible