[Libvir] Release of libvirt-0.2.0

2007-02-14 Thread Daniel Veillard
That's it, it's out ! This include the KVM and QEmu support, and the networking that was discussed for some time now. Since that's a serious set of changes I bumped the intermediate version number, beware ! Available as usual from ftp://libvirt.org/libvirt/ * Various internal cleanups (M

Re: [Libvir] libmm

2007-02-14 Thread Daniel Veillard
On Wed, Feb 14, 2007 at 01:12:30PM +, Richard W.M. Jones wrote: > > Does anyone object to adding a dep to libmm > (http://www.ossp.org/man/man.cgi/pkg/lib/mm/mm.pod) to libvirt? It > simplifies sharing of data between preforked libvirtd instances, and > allows us to persist that data (whil

Re: [Libvir] PATCH 1/2 QEMU driver - internal driver

2007-02-14 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > The attached patch implements the library driver for QEMU. ... > +int qemuClose (virConnectPtr conn) { > +if (conn->handle != -1) { > +close(conn->handle); > +conn->handle = -1; > +} > +return 0; > +} Hi Dan, In follow

Re: [Libvir] Storage manager initial requirements and thoughts

2007-02-14 Thread Jim Meyering
Hugh Brock <[EMAIL PROTECTED]> wrote: > Todos: > Investigate gparted, one of the partition management tools we already > have (apis? remote accessibility?) (I believe Jim Meyering volunteered > to take a look at this?) Hi Hugh, I am indeed looking at GNU parted. Currently just in getting-to-kno

[Libvir] libmm

2007-02-14 Thread Richard W.M. Jones
Does anyone object to adding a dep to libmm (http://www.ossp.org/man/man.cgi/pkg/lib/mm/mm.pod) to libvirt? It simplifies sharing of data between preforked libvirtd instances, and allows us to persist that data (while at the same time not requiring it). Rich. -- Emerging Technologies, Red