aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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
* New modelling for consoles -- have them as separate classes attached to theEwan Mellor2006-11-291-0/+320
* [DOCS] Update for new Xen boot parameters.kfraser@localhost.localdomain2006-11-291-0/+5
* [XEN] Add 'loglvl' and 'guest_loglvl' boot parameters.kaf24@localhost.localdomain2006-11-021-0/+9
* [XEN] Extend dom0_mem syntax to support min/max clamps.kfraser@localhost.localdomain2006-11-011-4/+13
* Merge xen-api.hg changeset 142:d75413e65ba319d577c764be6c13efa5eae6da1c.Ewan Mellor2006-11-0113-0/+10981
|\
| * Remove the get_all method from most classes -- we'd like people to be able toEwan Mellor2006-10-261-294/+0
| * Replace the datamodel graph eps with a dot file.Ewan Mellor2006-10-262-756/+17
| * Added HostCPU.{vendor,speed,modelname}.Ewan Mellor2006-10-261-0/+99
| * Added VMX feature flag.Ewan Mellor2006-10-261-0/+1
| * New PIF class.Ewan Mellor2006-10-261-0/+734
| * Remove get_record_internal -- it's not needed at the binding level.Ewan Mellor2006-10-261-416/+0
| * Rename VTPM.type to VTPM.driver, to match the libxen bindings.Ewan Mellor2006-10-261-12/+12
| * Fix network model by moving Network.NIC and Network.VLAN onto a new PIF class.Ewan Mellor2006-10-261-216/+50
| * Rename get_by_label to get_by_name_label everywhere -- this was always theEwan Mellor2006-10-261-12/+12
| * Added VDI.resize method.Ewan Mellor2006-10-261-0/+34
| * Make all Ref Sets DynamicRO -- they are implied by the existence of an instanceEwan Mellor2006-10-261-6/+6
| * Datamodel changes adding some basic vTPM extensions to the API thatEwan Mellor2006-10-251-38/+368
| * Fix preamble -- get_by_short_name is now called get_by_name_label.Ewan Mellor2006-10-251-3/+3
| * Import Xen Management API Draft, 0.4.3, fromEwan Mellor2006-10-2513-0/+11398
* | Use the name of the title of the system to boot into (instead of thekfraser@localhost.localdomain2006-10-201-2/+2
* | [ACM] Add access control module information for hypercalls andkfraser@localhost.localdomain2006-10-181-3/+39
* | Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-171-2/+3
|/
* Adds support for the keyword 'all' to the vcpu-pin operation.Emmanuel Ackaouy2006-09-261-1/+3
* Make dom0_vcpus_pin a platform independant option.Emmanuel Ackaouy2006-09-251-0/+2
* This patch intends for updating "man xm" about xm info description.Ewan Mellor2006-09-051-3/+4