Re: [Libvir] RFC: Broadcast our presence with avahi

2007-09-14 Thread Daniel Veillard
On Fri, Sep 14, 2007 at 03:26:40AM +0100, Daniel P. Berrange wrote: All the really trendy network services these days broadcast their presence on the LAN using mDNS. In Linux world this means becoming an Avahi client and registering our services. virt-manager is also able to become an Avahi

Re: [Libvir] PATCH: Prevent zombie ssh tunnels

2007-09-14 Thread Richard W.M. Jones
Daniel P. Berrange wrote: On Tue, Sep 11, 2007 at 04:56:13AM -0400, Daniel Veillard wrote: On Tue, Sep 11, 2007 at 12:59:59AM +0100, Daniel P. Berrange wrote: I noticed that when using the SSH tunnel for the remote driver I ended up with alot of zombie SSH processes. We simply forgot to

Sense available hypervisors (was: Re: [Libvir] RFC: Broadcast our presence with avahi)

2007-09-14 Thread Richard W.M. Jones
Daniel P. Berrange wrote: - I advertise two subtypes, of '_xen.libvirtd._tcp' and '_qemu.libvirtd._tcp' What I actually want todo is to be able to probe the libvirt local drivers to auto-discover what virtualization platforms are available. A sort of lightweight virConnectOpen which

Re: [Libvir] Java bindings

2007-09-14 Thread Richard W.M. Jones
Tóth István wrote: Hello! A development version of the java bindings I've been working on are available at : http://tiger.3ginformatika.hu/java-libvirt.tgz I'd appreciate your feedback on it. Building: Have java/gcc set up correctly through alternatives ( I use jpackage sun java 1.5.0 on

Re: [Libvir] RFC: Broadcast our presence with avahi

2007-09-14 Thread Daniel P. Berrange
On Fri, Sep 14, 2007 at 10:20:53AM +0200, Gerd Hoffmann wrote: Hi, - I arbitrarily picked a service type of '_libvirtd._tcp'. The docs on picking service types seem non-existant on Avahi website, but it seems to be common to use service name from /etc/services and protocol both

Re: [Libvir] RFC: Broadcast our presence with avahi

2007-09-14 Thread Daniel P. Berrange
On Fri, Sep 14, 2007 at 02:43:45AM -0400, Daniel Veillard wrote: On Fri, Sep 14, 2007 at 03:26:40AM +0100, Daniel P. Berrange wrote: All the really trendy network services these days broadcast their presence on the LAN using mDNS. In Linux world this means becoming an Avahi client and

Re: Sense available hypervisors (was: Re: [Libvir] RFC: Broadcast our presence with avahi)

2007-09-14 Thread Daniel P. Berrange
On Fri, Sep 14, 2007 at 08:25:07AM +0100, Richard W.M. Jones wrote: Daniel P. Berrange wrote: - I advertise two subtypes, of '_xen.libvirtd._tcp' and '_qemu.libvirtd._tcp' What I actually want todo is to be able to probe the libvirt local drivers to auto-discover what

Re: [Libvir] Java bindings

2007-09-14 Thread Tóth István
It should, its basically the open sourced SUN JVM. However, you'll probably need the java-1.7.0-icedtea-devel package, too for the javac compiler and the JNI includes. regards István Richard W.M. Jones wrote: Tóth István wrote: Hello! A development version of the java bindings I've been

[Libvir] NUMA topology calls

2007-09-14 Thread beth kon
Daniel, We agreed that xenHypervisorGetCapabilities will call a xend_internal.c function to get the topology through xend. Was your intent to extend xenDaemonNodeGetInfo or have a new function, such as xenDaemonNodeGetTopology? I assumed a new function would be cleaner, but you didn't