diff --git a/ChangeLog b/ChangeLog index 369fa3f1540d6be7da319db9910852862911ae97..c43c02e5156a5abba95f2211bbec6f23db8f33b0 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 375164703da8513300d11ce52c08ff0cc4d119a9..4045cabf182144764c8bb518e73ff15d4337f6f4 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 5680f92517680a56ac6b19e5b586ee590ba1ead2..afcd87e88a2133f32a1ed967100bd5c368b0769b 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 d8b6a626e618a9527f2067dea29d58c98e47264a..3fcd25e5a516d4c8453a6fe48eb13faa4b90ff3f 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 f556a0b6a60bdffd0b9bdd7f029ea3cb2628c2ab..a82ee826197b902ba85fb904100fe25dbc1ee0fc 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 2c7ca142fbf246132d1fc779a122fcb8b28c08dc..d3866ae3345d6fb1d6ea8b7e4d2b1afba648d6c3 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 d1a1b8d7a5b3e5481b6057e4d92805a3a6118912..878a8f01b86cb81e649e3b9931a54598d1f7e518 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 b58a38e50a199b0718ee9f27a35feee1eecc1e47..3fc0d6c40db16ca10915e936061dd877a8c40da0 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 a14827b2d43fdf48680c823da0ae69be9a3b8f6e..61df3ed9418fbcbd8aeecc1d34f34cb8745d5108 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 ed9334c4864f89ab5abb572950603a46f416ff52..80aea66c803722edab0c385fc52fb5957315dec5 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 77ee01014b7dc15be848fe6edfce4254547acbf6..f877ffd75b4232b02b92337731c9656b9eaa8415 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 afe8bbe91241fa053ea1ec0573fa0f5f3bcb4cb8..b343bcebfc97fe25e8fe434bf21aaaafc7986301 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 7fb496398e375d6bee3302bee432d6f08a52e41f..e00a9cc44b8a4bb7bd231cddc7e4f8daed192e8f 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -103,6 +103,7 @@