Re: [Libvir] The fist problem to compile libvirt in a Debian etch.

2007-05-05 Thread Marco Sinhoreli
Hello Richard, I tried with debian do it. In command autogen.sh return it: $ ./autogen.sh --prefix=/usr/local --enable-compile-warnings=error --enable-debug=yes [...] ./configure: line 20698: syntax error near unexpected token `LIBXML,' ./configure: line 20698: `PKG_CHECK_MODULES(LIBXML, lib

Re: [Libvir] [PATCH] Remote 0/8: Plan

2007-05-05 Thread Richard W.M. Jones
7 Documentation updates --- M docs/libvir.html M docs/remote.html Need to write those two extra sections - not going to be today though... Rich. -- Emerging Technologies, Red Hat http://et.redhat.com/~rjones/ 64 Baker Street, London, W1U 7DF Mobile: +44 7866 314 421

[Libvir] [PATCH] Remote 8/8: Build system

2007-05-05 Thread Richard W.M. Jones
8 Build system -- M .cvsignore M configure.in A libvirtd.conf M src/Makefile.am A RENAMES These are the changes to make it build. libvirtd.conf is a suggested configuration file. I'm not really sure if we should include this. RENAMES is my collection of file renames that we mig

[Libvir] [PATCH] Remote 5/8: Client-side QEMUD modifications

2007-05-05 Thread Richard W.M. Jones
5 Client-side QEMUD modifications - M src/qemu_internal.c This is part of Dan's patch to refactor the QEMU daemon to use XDR instead of the current homebrew protocol. http://www.redhat.com/archives/libvir-list/2007-March/msg00333.html I have modified it in tw

[Libvir] [PATCH] Remote 2.5/8: Export virGetDomain and virGetNetwork

2007-05-05 Thread Richard W.M. Jones
OK so this is step 2.5 out of 8 ... it wasn't part of the original plan. 2.5 Export virGetDomain and virGetNetwork - M src/libvirt_sym.version M src/hash.c M src/internal.h This patch exports virGetDomain and virGetNetwork functions as "internal" functio

[Libvir] [PATCH] Fields in virDomainPtr which appear to be never used

2007-05-05 Thread Richard W.M. Jones
Below is the definition of struct _virDomain from internal.h. I may be missing something big (well, it wouldn't be the first time), but as far as I can see some of these fields are never used, and some are set but can never be read. struct _virDomain { unsigned int magic; /* specific val

Re: [Libvir] The fist problem to compile libvirt in a Debian etch.

2007-05-05 Thread Richard W.M. Jones
Marco Sinhoreli wrote: Hello list, I'm writing a how-to about libvirt compilation in Debian Etch. Well, I tried to compile version 0.1.11 in a Debian etch completly newly built from debootstrap. These are the steps that I took: - init commands apt-get install make gcc # cd /usr/src && wge