On Tue, Feb 13, 2007 at 05:04:24PM -0500, Daniel Veillard wrote:
> On Tue, Feb 13, 2007 at 07:08:19PM +, Daniel P. Berrange wrote:
> > +libvirt_qemud_CFLAGS = -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1
> > -D_POSIX_C_SOURCE=199506L \
>
> Hum, we really need all those flags ? Maybe one d
On Tue, Feb 13, 2007 at 07:08:19PM +, Daniel P. Berrange wrote:
> The attached patch implements the daemon for managing QEMU instances. The
> main changes from previous versions are:
>
> - We can now talk to the QEMU monitor command line interface. This allows
>us to implement pause/resum
On Tue, Feb 13, 2007 at 04:06:17PM -0500, Daniel Veillard wrote:
> On Tue, Feb 13, 2007 at 07:03:42PM +, Daniel P. Berrange wrote:
>
> > +/* Block sending entire outgoing packet */
> > +while (outLeft) {
> > +int got = write(conn->handle, out+outDone, outLeft);
>
> stylistic
On Tue, Feb 13, 2007 at 07:03:42PM +, Daniel P. Berrange wrote:
> The attached patch implements the library driver for QEMU.
>
> The driver is pretty much identical in style to the xen proxy driver. There
> are two supported URLs:
>
>qemu:///session - a per-user (private) daemon.Can be r
The attached patch implements the library driver for QEMU.
The driver is pretty much identical in style to the xen proxy driver. There
are two supported URLs:
qemu:///session - a per-user (private) daemon.Can be run by unprivileged
users. Config files kept in $HOME/.qemu
What follows is yet another iteration of the QEMU patches. Based on recent
discussions about a generic remote management daemon, this patch set has
been stripped to remove all TCP functionality, and TLS encryption. It is
now local only unix domain sockets, with no encyption. THe idea being that
the
Lon Hohberger wrote:
On Mon, 2007-02-12 at 11:23 -0800, David Lutterkort wrote:
On Mon, 2007-02-12 at 12:29 -0500, James Parsons wrote:
Lon Hohberger wrote:
http://sourceware.org/cluster/conga/
It seems that that should be http://www.sourceware.org/cluster/conga/ -
I