From b4438e59331e13b780c81520ac05df3e1de9ed56 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 27 Nov 2007 15:41:32 +0000 Subject: [PATCH] * docs/site.xsl docs/libvir.html *.html: add boilerplate for a Windows support page Daniel --- ChangeLog | 5 +++++ 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/hvsupport.html | 2 +- docs/index.html | 3 +++ docs/intro.html | 2 +- docs/libvir.html | 8 ++++++++ docs/news.html | 2 +- docs/python.html | 2 +- docs/remote.html | 2 +- docs/site.xsl | 3 +++ docs/uri.html | 2 +- docs/windows.html | 4 ++++ 17 files changed, 35 insertions(+), 12 deletions(-) create mode 100644 docs/windows.html diff --git a/ChangeLog b/ChangeLog index 18d0f0fcf9..064116f1a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 27 16:40:29 CET 2007 Daniel Veillard + + * docs/site.xsl docs/libvir.html *.html: add boilerplate for + a Windows support page + Tue Nov 27 15:29:01 CET 2007 Daniel Veillard * configure.in: when configuring with --prefix=/usr i.e. the same diff --git a/docs/FAQ.html b/docs/FAQ.html index e5206eded8..2f94efe309 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 4637e73be9..cf1d784175 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 a6d44fa75a..a25b6d11f4 100644 --- a/docs/bugs.html +++ b/docs/bugs.html @@ -14,4 +14,4 @@ network. Use the settings:

  • server: irc.oftc.net
  • port: 6667 (the usual IRC port)
  • channel: #virt

But there is no guarantee that someone will be watching or able to reply, -use the mailing-list if you don't get an answer there.

+use the mailing-list if you don't get an answer there.

diff --git a/docs/downloads.html b/docs/downloads.html index 7968e9c739..ff074b097d 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 791c1342af..eeede58e99 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 first 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 57b2b1600e..01946fa6a4 100644 --- a/docs/format.html +++ b/docs/format.html @@ -418,4 +418,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/hvsupport.html b/docs/hvsupport.html index 34d136e3fc..f80948581f 100644 --- a/docs/hvsupport.html +++ b/docs/hvsupport.html @@ -392,4 +392,4 @@ first appeared in libvirt 0.2.0. virNetworkLookupByUUIDString 0.2.0 virNetworkSetAutostart 0.2.1 virNetworkUndefine 0.2.0 -

+

diff --git a/docs/index.html b/docs/index.html index 1f92402c42..728c4d68b8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -62,6 +62,9 @@ virtualization mechanisms. It currently also supports Reporting bugs and getting help +
  • + Windows support +
  • Remote support
  • diff --git a/docs/intro.html b/docs/intro.html index d13e12db09..1d8b40cb04 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 9cbd8103f1..13898028db 100644 --- a/docs/libvir.html +++ b/docs/libvir.html @@ -1535,6 +1535,14 @@ network. Use the settings:

    But there is no guarantee that someone will be watching or able to reply, use the mailing-list if you don't get an answer there.

    + +

    Windows support

    + +

    Libvirt an be compiled on Windows using the Cygwin toolchain.

    +

    You can download Windows precompiled binaries fromi +the download area.

    + +

    Remote support

    diff --git a/docs/news.html b/docs/news.html index db769c8217..ce42eed17c 100644 --- a/docs/news.html +++ b/docs/news.html @@ -357,4 +357,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 42ef201da7..047949365a 100644 --- a/docs/python.html +++ b/docs/python.html @@ -62,4 +62,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 87ffe14fdb..17f9711c80 100644 --- a/docs/remote.html +++ b/docs/remote.html @@ -650,4 +650,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 108372f0a7..0df321bf26 100644 --- a/docs/site.xsl +++ b/docs/site.xsl @@ -60,6 +60,9 @@ hvsupport.html + + windows.html + unknown.html diff --git a/docs/uri.html b/docs/uri.html index e7a55e4236..7ba8f1e9c1 100644 --- a/docs/uri.html +++ b/docs/uri.html @@ -168,4 +168,4 @@ connection.

    You should consider using libvirt remote support in future. -

    +

    diff --git a/docs/windows.html b/docs/windows.html new file mode 100644 index 0000000000..25a18bca10 --- /dev/null +++ b/docs/windows.html @@ -0,0 +1,4 @@ + + +Windows support