aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api
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>
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* cpupools [6/6]: Documentation changesKeir Fraser2010-04-215-3/+1364
| | | | Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
* docs: descriptions of PSCSI_HBA and DSCSI_HBAKeir Fraser2009-11-234-5/+756
| | | | | | | Add descriptions of PSCSI_HBA class and DSCSI_HBA class to XenAPI document. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* xend: Add support for URI ('file:' and 'data:' scheme) for PV/kernelKeir Fraser2009-08-255-45/+115
| | | | | | | | | | | | | | | | | | | | | 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-245-115/+45
| | | | 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-205-45/+115
| | | | | | | | | | | | | | | | | | | | 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>
* docs/xenapi: Update examples section reflecting the current behaviour.Keir Fraser2009-07-141-42/+121
| | | | Signed-off-by: Andreas Florath <xen@flonatel.org>
* docs: Update XenAPI document for pvSCSIKeir Fraser2008-10-205-5/+1180
| | | | Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* docs: Fix datamodel-graph of XenAPIKeir Fraser2008-08-291-1/+1
| | | | | | "VTPM" is forgotten. Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
* install more documentation to /usr/share/doc/xen and /etc/xenKeir Fraser2008-08-061-4/+4
| | | | | | Also resync xmexample3 with xmexample1 and 2. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* xenapi: Update the xenapi document for pci device assignment support.Keir Fraser2008-07-285-6/+1277
| | | | Signed-off-by: Yosuke Iwamatsu <y-iwamatsu@ab.jp.nec.com>
* docs: update xen-apic docsKeir Fraser2008-04-183-44/+148
| | | | | | | | | Added undocumented fields and methods for default_netmask and default_gateway to the Network class. Remove an unimplemented method from the XSPolicy class and remove the 'optional' from 'oldlabel' parameters. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* docs: Fix typos.Keir Fraser2008-04-034-8/+8
| | | | Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com>
* docs: Add missing backslash.Keir Fraser2008-04-021-1/+1
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* docs: Documentation for XSPolicy.can_run commandKeir Fraser2008-04-013-3/+45
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Trivial build cleanup.Keir Fraser2008-03-251-1/+1
| | | | | | | xenapi.out needs to be ignored and removed on clean; tools/ioemu/i386-dm/Makefile is a soft link and should be ignored. Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* xen-api: Add TOC and hyperlink cross reference to xen-api documentKeir Fraser2008-02-113-1/+13
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Update XenAPI version number, changelog, and cover sheet.Keir Fraser2008-01-252-2/+9
| | | | Signed-off-by: Jim Fehlig <jfehlig@novell.com>
* (Re)introduce notion of crashed VM power state.Keir Fraser2008-01-253-2/+8
| | | | | | | The crashed power state is necessary to allow both core-dumping a crashed but preserved VM and renaming/restarting a crashed VM. Signed-off-by: Jim Fehlig <jfehlig@novell.com>
* Add missing file from previous changeset.Keir Fraser2007-12-121-0/+20
|
* docs: Adjust revision number in Xen-API document and introduce revision history.Keir Fraser2007-12-122-2/+5
| | | | | | | | 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>
* xend, acm: Extend Xen-API with function to reset the policyKeir Fraser2007-12-121-0/+39
| | | | | | | | | | | | This patch extends the Xen-API and the legacy XML-RPC interface with a function to reset the policy on the system (through an update with the default policy). I adapted the code in 'xm resetpolicy' to use this now. This patch also extends libxen and the documentation to reflect the new function. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* [vTPM] Add set/get_other_config to Xen-API.Keir Fraser2007-10-111-0/+67
| | | | | | | | | Add get_- and set_other_config methods to the vTPM class. Write the parameters into the xenstore while the domain is running prefixing it with 'oc_'. Also I add the methods to the C library as well as the documentation. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Extend 'xm dumppolicy' to support Xen-APIKeir Fraser2007-10-031-1/+73
| | | | | | | | | | | | | I am extending 'xm dumppolicy' to be used via the Xen-API. For this there are two new functions in the ACM policy class: - get the currently enforced policy including statistical data from the hypervisor - get the ACM 'ssidref' of a Domain. Since this may be a ACM-specific variable or type (int) I put it into the ACM class. I extended the Xen-API documentation with the two new functions. Signed-off-by: Stefan Berger <Stefanb@us.ibm.com>
* Update xen-api docs.kfraser@localhost.localdomain2007-07-191-0/+74
| | | | Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* [Docs] Documentation of extension of the Xen-API for managing security policieskfraser@localhost.localdomain2007-07-122-1/+827
| | | | | | | | Provides an extension to the Xen-API documentation with the classes and methods implemented for supporting of managing security policies using the Xen-API. Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
* Xen API specification improvements.kfraser@localhost.localdomain2007-07-101-223/+254
| | | | | | | | | | | | | Move the error list to be more prominent, and explicitly document which generic error codes can be returned by all methods. Mark host CPU flags/features return value as unspecified. Document PERMISSION_DENIED. Document error returns of session.login_with_password. Signed-off-by: John Levon <john.levon@sun.com>
* docs: Fix docs install when graphvix is not installed.Keir Fraser2007-06-181-3/+2
| | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Bump all API version numbers to 1.0.0.ewan@localhost.localdomain2007-04-271-3/+3
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* API version to 0.9.1.ewan@localhost.localdomain2007-04-211-2/+2
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation and C bindings for VM.migrate call.ewan@localhost.localdomain2007-04-161-0/+41
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added host.enabled flag.ewan@localhost.localdomain2007-04-161-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation, C bindings, and test for VM_metrics.VCPUs_flags.Ewan Mellor2007-04-131-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation and C bindings for VBD. and VIF.runtime_properties.Ewan Mellor2007-04-121-0/+66
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add documentation and C bindings for VM.add_to_VCPUs_params_live,Ewan Mellor2007-04-111-0/+105
| | | | | | VM.set_memory_dynamic_{min,max}_live. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation and bindings for host_cpu.features.Ewan Mellor2007-04-111-1/+34
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added docs and bindings for VM_metrics.state.Ewan Mellor2007-04-101-0/+33
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added docs and bindings for VM.{send_trigger,send_sysrq}.Ewan Mellor2007-04-101-0/+75
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Avoid using the multicol package.Ewan Mellor2007-04-102-17/+11
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added documentation, C bindings, and a test for VM_metrics.{start_time,Ewan Mellor2007-04-091-0/+99
| | | | | | | | VCPUs_CPU,VCPUs_params}. Changed VM_metrics.start_time to be a DateTime, not an integer. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Make host.sched_policy read-only. Added docs, bindings, and a test forEwan Mellor2007-04-091-0/+66
| | | | | | host.cpu_configuration and host.sched_policy. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added bindings and documentation for host.send_debug_keys and host.get_log.Ewan Mellor2007-04-091-0/+66
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Add bindings and docs for the host.dmesg_clear call.Ewan Mellor2007-04-081-0/+32
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Added copyright statement.Ewan Mellor2007-04-051-2/+10
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update the datamodel class diagram, and use neato rather than dot, which givesEwan Mellor2007-04-052-17/+33
| | | | | | a much better result. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Update cover text. API version 0.9.0.Ewan Mellor2007-04-057-24/+34
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove task.error_code -- it's redundant, as we can use the first element ofEwan Mellor2007-04-051-33/+0
| | | | | | task.error_info instead. Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Expose the method-listing call as host.list_methods.Ewan Mellor2007-04-041-0/+21
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>
* Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot.Ewan Mellor2007-04-041-67/+0
| | | | Signed-off-by: Ewan Mellor <ewan@xensource.com>