Re: [libvirt] PATCH: 4/12: Refactoring URI probing

2008-11-14 Thread Daniel Veillard
On Thu, Nov 13, 2008 at 05:25:53PM +, Daniel P. Berrange wrote: This patch changes the way hypervisor URIs are probed when NULL is passed to the virConnectOpen() method. Previously we had an explicit probe method called in each driver. This does not work when we move some drivers out of

Re: [libvirt] PATCH: 4/12: Refactoring URI probing

2008-11-14 Thread Daniel P. Berrange
On Fri, Nov 14, 2008 at 11:26:49AM +0100, Daniel Veillard wrote: On Thu, Nov 13, 2008 at 05:25:53PM +, Daniel P. Berrange wrote: This patch changes the way hypervisor URIs are probed when NULL is passed to the virConnectOpen() method. Previously we had an explicit probe method called in

Re: [libvirt] PATCH: 4/12: Refactoring URI probing

2008-11-14 Thread Daniel Veillard
On Fri, Nov 14, 2008 at 11:35:16AM +, Daniel P. Berrange wrote: On Fri, Nov 14, 2008 at 11:26:49AM +0100, Daniel Veillard wrote: On Thu, Nov 13, 2008 at 05:25:53PM +, Daniel P. Berrange wrote: This patch changes the way hypervisor URIs are probed when NULL is passed to the

Re: [libvirt] PATCH: 4/12: Refactoring URI probing

2008-11-13 Thread Daniel P. Berrange
This patch changes the way hypervisor URIs are probed when NULL is passed to the virConnectOpen() method. Previously we had an explicit probe method called in each driver. This does not work when we move some drivers out of libvirt.so and into libvirtd daemon. So I've refactored the way this works