diff --git a/ChangeLog b/ChangeLog index f7e030b8876003090579764f77d9ff8aecefce70..b800509acf76abaf227942e0d4140b055a81f5a7 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 778063c1f8b743edf64dd75beb2954559dec8fe2..45787637fc85723abce5bb254ef0cbd89801fd97 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 79ab7b945778ff8e7d8a29384c5225d82a30edc9..7dbeb70d49546592ac9dca07469aff93be0cdec6 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -64,4 +64,4 @@ drivers present in driver.h:

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 c48a0084bea5c9db7b10d85e36d4932c8518724f..d0b1522250bbdcd4e9cfb4c643e3ca8e54624da2 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 65cc87201d1ef9a4ba8893bdf934cbccf61dd61f..292783b39ef3beacd0808ac85d02d405d77dfebe 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 af1a7f4586a05ec7db78c8c7e1b18b9df4413bd1..f2ebca474e781da9858e12eb57b264151bce7af1 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 587349dfaee9a689533f13a1b82fbe5c910b68e2..d95fb6a2700d541a508375362ffda8c98b2b323a 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 c4ed756524cd8260af9843a10fff370098433413..c250bbd6f82ffa8f6ccd93441cb0616b28f15751 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 c1cab007c840e785e8801578f47df00e9b60477b..2c0bafd5015579c391588f21edfcfaa74f3a6114 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 fcff4f7fdc0426744c33b95b2db4f2e1176b9756..7d19b95ab14b1dbd8adfdcd6bdb13105350fb01b 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 6546bf37832fcd454b6c55dd1a4706a9241ffabf..5f6d88f7f32d7b2506834d08b6f5b60553383dce 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 a20d570b325c5b79a1789df77a7813cc977ca295..1ef9d3ef16897c8ba8cb9b441284e39c36123072 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 6dfa21c41c6b7c7b6b5a4a1728921425182762aa..a6a3b03560790a2e5d4eef7b1710ca5b697ae83d 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 e955fbfda9410c74dc55b707edc919cc352910c7..8bad21ede5d3c31e5c1c985e04138bfcee562cc2 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 0000000000000000000000000000000000000000..2710d685ad268fcbb03e1521048ba58d4edfe919 --- /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: