From 72b838fffc07f622d7fe0631d69b19be578eb5a3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 10 Mar 2006 10:21:41 +0000 Subject: [PATCH] * configure.in: applied patch for --with-xen-distdir option from Ronald Aigner * docs/site.xsl docs/*.html: added link to Bugzilla Daniel --- ChangeLog | 6 ++++++ configure.in | 12 ++++++++++++ docs/FAQ.html | 2 +- docs/architecture.html | 2 +- docs/bugs.html | 2 +- docs/downloads.html | 2 +- docs/errors.html | 2 +- docs/format.html | 2 +- docs/index.html | 3 +++ docs/intro.html | 2 +- docs/news.html | 2 +- docs/python.html | 2 +- docs/site.xsl | 4 ++++ 13 files changed, 34 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 369fa3f154..c43c02e515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 10 11:07:58 CET 2006 Daniel Veillard + + * configure.in: applied patch for --with-xen-distdir option from + Ronald Aigner + * docs/site.xsl docs/*.html: added link to Bugzilla + Sat Mar 4 09:59:13 CET 2006 Daniel Veillard * src/xml.c: another patch from David Lutterkort fixing a typo diff --git a/configure.in b/configure.in index 375164703d..4045cabf18 100644 --- a/configure.in +++ b/configure.in @@ -78,6 +78,18 @@ dnl CFLAGS="-g -O -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wall" fi +dnl +dnl Specify the xen-distribution directory to be able to compile on a +dnl non-xenified host +dnl +AC_ARG_WITH(xen-distdir, AC_HELP_STRING([--with-xen-distdir=path], + [distribution directory of Xen, default /usr])) +if test "x$with_xen_distdir" != "x" +then +CPPFLAGS="$CPPFLAGS -I$withval/install/usr/include" +LDFLAGS="$LDFLAGS -L$withval/install/usr/lib" +fi + dnl dnl To be able to make dist on a non-xenified host dnl diff --git a/docs/FAQ.html b/docs/FAQ.html index 5680f92517..afcd87e88a 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -77,4 +77,4 @@ via the pkg-config command line tool, like:

pkg-config libvirt --libs

-

+

diff --git a/docs/architecture.html b/docs/architecture.html index d8b6a626e6..3fcd25e5a5 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -24,4 +24,4 @@ connect to initialize the library. It will try to open the read-only socket /var/run/xenstored/socket_ro to connect to the Xen Store and also try to use the RPC to the Xen daemon. In this case use of hypervisor calls and write to the Xen Store will not be possible, restraining the amount -of APIs available and slowing down information gathering about domains.

+of APIs available and slowing down information gathering about domains.

diff --git a/docs/bugs.html b/docs/bugs.html index f556a0b6a6..a82ee82619 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -7,4 +7,4 @@ page and follow the instructions. Patches with explanations and provided as attachments are really appreciated and will be discussed on the mailing list. If possible generate the patches by using cvs diff -u in a CVS checkout.

We expect to use Red Hat Bugzilla to track bugs for libvirt, though there isn't a libvirt software -module defined yet, in the meantime use the mailing-list, thanks !.

+module defined yet, in the meantime use the mailing-list, thanks !.

diff --git a/docs/downloads.html b/docs/downloads.html index 2c7ca142fb..d3866ae334 100644 --- a/docs/downloads.html +++ b/docs/downloads.html @@ -7,4 +7,4 @@ available, first register onto the server:

cvs -d :pserver:anoncvs@l checkout the development tree with:

cvs -d :pserver:anoncvs@libvirt.org:2401/data/cvs co libvirt

Use ./autogen.sh to configure the local checkout, then make and make install, as usual. All normal cvs commands are now -available except commiting to the base.

+available except commiting to the base.

diff --git a/docs/errors.html b/docs/errors.html index d1a1b8d7a5..878a8f01b8 100644 --- a/docs/errors.html +++ b/docs/errors.html @@ -66,4 +66,4 @@ this point, see the error.py example about it:

def handler(ctxt, err):
 
 libvirt.registerErrorHandler(handler, 'context') 

the second argument to the registerErrorHandler function is passed as the fist argument of the callback like in the C version. The error is a tuple -containing the same field as a virError in C, but cast to Python.

+containing the same field as a virError in C, but cast to Python.

diff --git a/docs/format.html b/docs/format.html index b58a38e50a..3fc0d6c40d 100644 --- a/docs/format.html +++ b/docs/format.html @@ -65,4 +65,4 @@ children in no specific order:

  • source: indicating the bridge name
  • target: and optional target indicating the device name.

While the format may be extended in various ways as support for more hypervisor types and features are added, it is expected that this core subset -will remain functional in spite of the evolution of the library.

+will remain functional in spite of the evolution of the library.

diff --git a/docs/index.html b/docs/index.html index a14827b2d4..61df3ed941 100644 --- a/docs/index.html +++ b/docs/index.html @@ -80,6 +80,9 @@ mechanisms if needed.

  • Mail archive
  • +
  • + Open bugs +
  • Xen project
  • diff --git a/docs/intro.html b/docs/intro.html index ed9334c486..80aea66c80 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -27,4 +27,4 @@ and for applications focusing on virtualization of a single node (the only exception being domain migration between node capabilities which may need to be added at the libvirt level). Where possible libvirt should be extendable to be able to provide the same API for remote nodes, however this is not the -case at the moment, the code currently handle only local node accesses.

    +case at the moment, the code currently handle only local node accesses.

    diff --git a/docs/news.html b/docs/news.html index 77ee01014b..f877ffd75b 100644 --- a/docs/news.html +++ b/docs/news.html @@ -30,4 +30,4 @@ and check the ChangeLog to gauge progresses.

    0.0.1: Dec 19 2005

    • First release
    • Basic management of existing Xen domains
    • Minimal autogenerated Python bindings
    • -

    +

    diff --git a/docs/python.html b/docs/python.html index afe8bbe912..b343bcebfc 100644 --- a/docs/python.html +++ b/docs/python.html @@ -47,4 +47,4 @@ from the C API, the only points to notice are:

    • the import of the modu
    • extracting and printing some informations about the domain using various methods associated to the virDomain class.
    • -

    +

    diff --git a/docs/site.xsl b/docs/site.xsl index 7fb496398e..e00a9cc44b 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -103,6 +103,7 @@