aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api/xenapi.tex
Commit message (Collapse)AuthorAgeFilesLines
* docs: use "a4" not "a4wide" paper type for doxygen and latexIan Campbell2012-04-251-1/+1
| | | | | | | | a4wide is no longer shipped in texlive. Reported by Bastian Blank Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
* xend: Add support for URI ('file:' and 'data:' scheme) for PV/kernelKeir Fraser2009-08-251-0/+2
| | | | | | | | | | | | | | | | | | | | | and PV/ramdisk Add support for 'file:' and 'data:' URI schemes for the parameters 'PV/kernel' and 'PV/ramdisk' in the VM.create() call. The 'data:' scheme handling enables using a file which is stored inside the management system (from where the XenAPI call is send) as kernel or ramdisk. Notes: o all included: a detailed description can be found in the xenapi documentation o bumped up the version of the API document to 1.0.8 (because of (minimal) interface extension) o Future enhancements (like http:, ftp: schemes) fit seamlessly into the current design / classes o Unittest cases and xm-test case included Signed-off-by: Andreas Florath <xen@flonatel.org>
* Revert 19961: breaks xend start on some systems.Keir Fraser2009-07-241-2/+0
| | | | Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
* xend: Add support for URI ('file:' and 'data:' scheme) for PV/kernel and ↵Keir Fraser2009-07-201-0/+2
| | | | | | | | | | | | | | | | | | | | PV/ramdisk Add support for 'file:' and 'data:' URI schemes for the parameters 'PV/kernel' and 'PV/ramdisk' in the VM.create() call. The 'data:' scheme handling enables using a file which is stored inside the management system (from where the XenAPI call is send) as kernel or ramdisk. Notes: o all included: a detailed description can be found in the xenapi documentation o bumped up the version of the API document to 1.0.8 (because of (minimal) interface extension) o Future enhancements (like http:, ftp: schemes) fit seamlessly into the current design / classes Signed-off-by: Andreas Florath <xen@flonatel.org>
* xen-api: Add TOC and hyperlink cross reference to xen-api documentKeir Fraser2008-02-111-0/+5
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* docs: Adjust revision number in Xen-API document and introduce revision history.Keir Fraser2007-12-121-0/+3
| | | | | | | | This patch adjusts the revision number to 1.0.1 and date in the Xen-API document and introduces a revision history with entries for 1.0.0 and 1.0.1. Signed-off-by: Stefan Berger <stefanB@us.ibm.com>
* Avoid using the multicol package.Ewan Mellor2007-04-101-1/+0
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update cover text. API version 0.9.0.Ewan Mellor2007-04-051-8/+2
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Fancy headings.Ewan Mellor2007-03-091-1/+2
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Import Xen Management API Draft, 0.4.3, fromEwan Mellor2006-10-251-0/+56
http://wiki.xensource.com/xenwiki/XenApi Signed-off-by: Ewan Mellor <ewan@xensource.com>