Re: [Libvir] [PATCH] default hypervisor selection

2008-02-26 Thread Daniel Veillard
On Mon, Feb 25, 2008 at 09:32:48AM -0500, Daniel Veillard wrote: On Sun, Feb 24, 2008 at 10:12:05PM +, Daniel P. Berrange wrote: On Fri, Feb 22, 2008 at 10:59:43AM -0500, Daniel Veillard wrote: Okay, first patch enclosed, it seems to work for me: + /* + *

Re: [Libvir] [PATCH] default hypervisor selection

2008-02-26 Thread Daniel P. Berrange
On Tue, Feb 26, 2008 at 03:34:56AM -0500, Daniel Veillard wrote: Okay, commited, seems to work well for me as root and as normal user on RHEL-5.1 , but on Fedora-8 as non-root this doesn't work the debug shows DEBUG: libvirt.c: do_open (Probed qemu:///session) DEBUG: libvirt.c:

Re: [Libvir] [PATCH] default hypervisor selection

2008-02-25 Thread Daniel Veillard
On Sun, Feb 24, 2008 at 10:12:05PM +, Daniel P. Berrange wrote: On Fri, Feb 22, 2008 at 10:59:43AM -0500, Daniel Veillard wrote: Okay, first patch enclosed, it seems to work for me: + /* +* if running a xen kernel, give it priority over +

Re: [Libvir] [PATCH] default hypervisor selection

2008-02-24 Thread Daniel P. Berrange
On Fri, Feb 22, 2008 at 10:59:43AM -0500, Daniel Veillard wrote: Okay, first patch enclosed, it seems to work for me: - grow the internal driver adding a const char *probe(void) entry point, it returns the URI to use to access the driver I did a bit of reformating of