diff --git a/ChangeLog b/ChangeLog index 8f93897ebd1745d767e83d1a24414ef680623cce..29f1818d6dacbe73efbb5d950fb2e37f24006ce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 26 00:17:24 CEST 2006 Daniel Veillard + + * docs/site.xsl docs/*.html: add links to virt-manager + Fri Aug 25 17:42:12 EDT 2006 Daniel Berrange * src/virsh.c: Allow VIRSH_DEFAULT_CONNECT_URI to be set to diff --git a/docs/FAQ.html b/docs/FAQ.html index ea79f31c61241ba86a443df4186116f85e33342f..f541e975deb859b0aa6b9812abad47c88d2e356e 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 baf77726d57a6c0f7cb0f32cc3000e5104a2b247..11aee85d2edc42997074623b478876007822f73f 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -42,4 +42,4 @@ drivers present in driver.h:

Note that a given driver may only implement a subset of those functions, for example saving a domain state to disk and restoring it is only possible though the Xen Daemon, on the other hand all interfaces allow to query the -runtime state of a given domain.

+runtime state of a given domain.

diff --git a/docs/bugs.html b/docs/bugs.html index bbacf5439d732547ec6c68689c5a6f73ebb6c427..8e7ba942ec4705d49bab370542c0815f417959e0 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 e800f48b6cac9742517d62f15a0906d6313f9c9b..c92bf51155072b9fbb8e3270f2882ed930142973 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 a9d67caeb1b83f64a904ddabb0346734a70cf6db..a518a1b3ad7e97fbb37cd97b0d57cdff76ea9c5c 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 1edc2c67bb13c057642906be49671e8032c7fcf4..ed71ceeacddbde4bb559a1bd380a8a45e561fa77 100644 --- a/docs/format.html +++ b/docs/format.html @@ -175,4 +175,4 @@ systems:

<domain type='xen' id='3'>
 

It is likely that the HVM description gets additional optional elements and attributes as the support for fully virtualized domain expands, especially for the variety of devices emulated and the graphic support -options offered.

+options offered.

diff --git a/docs/index.html b/docs/index.html index 0d86193b4e290ad2482c135f88d2e6042612ec41..ac74a8de51dc7fd2dca32fbe785cc7fbf78c1461 100644 --- a/docs/index.html +++ b/docs/index.html @@ -83,6 +83,9 @@ mechanisms if needed.

  • Open bugs
  • +
  • + virt-manager +
  • Perl bindings
  • diff --git a/docs/intro.html b/docs/intro.html index 31d9ce9bae3c4e4f40aebe44e66d32b1c5a5915c..72b10394f5d36a083626bc03c4161eec7f91531c 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 e8506953c9bd6d6b81c211797f57bc6e524e7f30..783eddd35d24edd53ed6c3989968a10381b462d5 100644 --- a/docs/news.html +++ b/docs/news.html @@ -83,4 +83,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 7b3316780a7c06914d8b2fdc6d35debca467705d..26679f9106f65cffcd34b624ab985404974b93af 100644 --- a/docs/python.html +++ b/docs/python.html @@ -50,4 +50,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 9ecae86317cd6c96975a4d3c66c2375e3665608e..67b077d6c2f454078f04d35efb763e622a133d7b 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -104,6 +104,7 @@