aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added host.logging, to hold server-side logging configuration.Ewan Mellor2007-01-301-0/+138
* Added host.other_config.Ewan Mellor2007-01-301-0/+138
* Remove VM.actions_after_suspend, which never made any sense.Ewan Mellor2007-01-301-67/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-301-445/+0
* Document PIF_HANDLE_INVALID and PIF_METRICS_HANDLE_INVALID.Ewan Mellor2007-01-291-0/+20
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-291-15/+196
* Fix documentation so that the connection objects (PIF, VBD, and VIF) areEwan Mellor2007-01-291-210/+6
* Added modelling and C bindings for the PBD class. PBDs are the analogue ofEwan Mellor2007-01-291-0/+378
* Tidy-ups; no semantic-change.Ewan Mellor2007-01-291-40/+76
* Remove VIF.name from the documentation, matching recent change to Xend.Ewan Mellor2007-01-291-66/+0
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-291-67/+0
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-291-13/+14
* Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was neverEwan Mellor2007-01-291-178/+0
* Document TASK_HANDLE_INVALID.Ewan Mellor2007-01-281-0/+10
* Add task.allowed_operations field, and task.cancel message. TheEwan Mellor2007-01-281-0/+91
* Made task.name_* read-only (these are set by Xend) and drop task.eta.Ewan Mellor2007-01-281-103/+2
* Make session.this_host and session.this_user ROrun -- they are implicitly setEwan Mellor2007-01-281-2/+2
* Added a VBD.bootable flag.Ewan Mellor2007-01-281-2/+72
* Document new error codes VLAN_TAG_INVALID and PIF_IS_PHYSICAL.Ewan Mellor2007-01-281-5/+30
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-281-77/+85
* Integrate the Xen-API doc into the build.Ewan Mellor2007-01-273-17/+45
* Minor tidy-up.Ewan Mellor2007-01-271-44/+44
* Add scheduler name to 'xm info' output.kfraser@localhost.localdomain2007-01-171-1/+2
* Document vfb configuration.kfraser@localhost.localdomain2007-01-171-0/+49
* This fixes the xen-api documentation latex-compilation.Ewan Mellor2007-01-111-1/+1
* Fix examples to have correct class names and error handling.Ewan Mellor2007-01-051-8/+14
* Added session.last_active field. Removed the constructors and destructors forEwan Mellor2007-01-051-102/+7
* Added NETWORK_ALREADY_CONNECTED error code to the documentation.Ewan Mellor2007-01-051-0/+10
* Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may beEwan Mellor2007-01-051-2/+2
* Improve the documentation of the set add/remove methods.Ewan Mellor2006-12-281-4/+4
* Added the BAD_VM_STATE error code, and tidy up the error code section.Ewan Mellor2006-12-251-80/+73
* Fix escaping.Ewan Mellor2006-12-231-1/+1
* Fix description of ErrorDescription to be all strings, and update the examples.Ewan Mellor2006-12-221-14/+19
* More error codes.Ewan Mellor2006-12-211-4/+142
* Document a few error codes.Ewan Mellor2006-12-211-0/+112
* Document recent changes to the booting API, introducing PV and HVM groups inEwan Mellor2006-12-211-166/+114
* Added VM.set_VCPUs_features_force_on, VM.set_VCPUs_features_force_off,Ewan Mellor2006-12-061-0/+102
* Make VM.VCPUs.number a writable field.Ewan Mellor2006-12-061-1/+35
* Added VBD.type field (CD or Disk).Ewan Mellor2006-12-061-0/+77
* Add extra detail to the VM.destroy description.Ewan Mellor2006-12-061-1/+1
* Add VM.auto_power_on field.Ewan Mellor2006-12-061-0/+67
* Clarify that memory values are in bytes.Ewan Mellor2006-12-061-5/+5
* Improved task handling model.Ewan Mellor2006-12-061-33/+274
* Tidy up the get_by_name_label description.Ewan Mellor2006-12-061-6/+6
* Clarify that the self parameter is an object reference, not the instance (i.e.Ewan Mellor2006-12-061-211/+211
* Tidy up the get_record and get_by_uuid descriptions.Ewan Mellor2006-12-061-28/+28
* More description tidyups -- constructors and destructors this time.Ewan Mellor2006-12-061-28/+28
* Tidy-up some of the descriptions.Ewan Mellor2006-12-061-187/+187
* Added the console class to the diagram.Ewan Mellor2006-11-291-1/+2
* State that getters and setters do not have asynchronous versions -- there's noEwan Mellor2006-11-293-47/+22