From 995235b13cd8efbed705925e7d09b89bcb45e601 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 19 Jun 2007 13:43:28 +0000 Subject: [PATCH] * docs/site.xsl docs/libvirt.html docs/uri.html docs/*.html: adding a placeholder for the new URIs page, update the stylesheet to generate a new page, rebuilt. Daniel --- ChangeLog | 6 ++++++ 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/libvir.html | 9 +++++++++ docs/news.html | 2 +- docs/python.html | 2 +- docs/remote.html | 2 +- docs/site.xsl | 3 +++ docs/uri.html | 9 +++++++++ 15 files changed, 40 insertions(+), 10 deletions(-) create mode 100644 docs/uri.html diff --git a/ChangeLog b/ChangeLog index f7e030b887..b800509acf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jun 19 15:42:26 CEST 2007 Daniel Veillard + + * docs/site.xsl docs/libvirt.html docs/uri.html docs/*.html: + adding a placeholder for the new URIs page, update the + stylesheet to generate a new page, rebuilt. + Tue Jun 19 13:12:00 BST 2007 Richard W.M. Jones * docs/remote.html: Check in the updated documentation file diff --git a/docs/FAQ.html b/docs/FAQ.html index 778063c1f8..45787637fc 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 79ab7b9457..7dbeb70d49 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -64,4 +64,4 @@ drivers present in driver.h:

  • xend_internal: implements the driver fun

Note that a given driver may only implement a subset of those functions, (for example saving a Xen domain state to disk and restoring it is only possible though the Xen Daemon), in that case the driver entry points for -unsupported functions are initialized to NULL.

+unsupported functions are initialized to NULL.

diff --git a/docs/bugs.html b/docs/bugs.html index c48a0084be..d0b1522250 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -9,4 +9,4 @@ If possible generate the patches by using cvs diff -u in a CVS checkout.

W bug, please check the existing open bugs, then if yours isn't a duplicate of an existing bug, log a new bug. It may be good to post to the mailing-list -too if the issue looks serious, thanks !

+too if the issue looks serious, thanks !

diff --git a/docs/downloads.html b/docs/downloads.html index 65cc87201d..292783b39e 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 af1a7f4586..f2ebca474e 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 587349dfae..d95fb6a270 100644 --- a/docs/format.html +++ b/docs/format.html @@ -412,4 +412,4 @@ Xen support, you will see the os_type of xen to indicate a paravirtual kernel, then architecture informations and potential features.

The third block (in green) gives similar informations but when running a 32 bit OS fully virtualized with Xen using the hvm support.

This section is likely to be updated and augmented in the future, see the discussion which led to the capabilities format in the mailing-list -archives.

+archives.

diff --git a/docs/index.html b/docs/index.html index c4ed756524..c250bbd6f8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -64,6 +64,9 @@ virtualization mechanisms, it currently also support Remote support +
  • + Connection URIs +
  • API Menu
  • diff --git a/docs/intro.html b/docs/intro.html index c1cab007c8..2c0bafd501 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -28,4 +28,4 @@ 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 -(extension for remote access support is being worked on, see the mailing list discussions about it).

    +(extension for remote access support is being worked on, see the mailing list discussions about it).

    diff --git a/docs/libvir.html b/docs/libvir.html index fcff4f7fdc..7d19b95ab1 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -2235,5 +2235,14 @@ The protocol contains support for multiple program types and protocol versioning, modelled after SunRPC.

    +

    Connection URIs

    + +

    Since libvirt supports multiple kind of virtualization and allows +to access remote nodes, one need to be able to specify what engine +a connection refers too and on which node in the network. To this +effect libvirt uses URIs as used on the Web and as defined in +RFC 2396. This +page describes how the hypervisor engine and network name are +encoded in the URIs as used by libvirt:

    diff --git a/docs/news.html b/docs/news.html index 6546bf3783..5f6d88f7f3 100644 --- a/docs/news.html +++ b/docs/news.html @@ -246,4 +246,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 a20d570b32..1ef9d3ef16 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/remote.html b/docs/remote.html index 6dfa21c41c..a6a3b03560 100644 --- a/docs/remote.html +++ b/docs/remote.html @@ -580,4 +580,4 @@ also possible.

    The protocol contains support for multiple program types and protocol versioning, modelled after SunRPC. -

    +

    diff --git a/docs/site.xsl b/docs/site.xsl index e955fbfda9..8bad21ede5 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -54,6 +54,9 @@ remote.html + + uri.html + unknown.html diff --git a/docs/uri.html b/docs/uri.html new file mode 100644 index 0000000000..2710d685ad --- /dev/null +++ b/docs/uri.html @@ -0,0 +1,9 @@ + + +Connection URIs

    Connection URIs

    Since libvirt supports multiple kind of virtualization and allows +to access remote nodes, one need to be able to specify what engine +a connection refers too and on which node in the network. To this +effect libvirt uses URIs as used on the Web and as defined in +RFC 2396. This +page describes how the hypervisor engine and network name are +encoded in the URIs as used by libvirt:

    -- GitLab