aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Added host.supported_bootloaders field.Ewan Mellor2007-02-201-0/+33
* Remove host.create and host.destroy -- these never made any sense.Ewan Mellor2007-02-201-64/+0
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-201-0/+414
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-201-27/+174
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-201-27/+174
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-201-0/+140
* Rename Console.uri to location. Xend already uses the latter.Ewan Mellor2007-02-201-4/+4
* Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto theEwan Mellor2007-02-201-101/+1
* Replace the X_HANDLE_INVALID error codes with a single HANDLE_INVALID thatEwan Mellor2007-02-201-126/+6
* Added host.dmesg method.Ewan Mellor2007-02-021-1/+33
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-021-1/+0
* Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.Ewan Mellor2007-02-011-11/+163
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-301-32/+528
* Added task.session field.Ewan Mellor2007-01-301-0/+33
* Added VM.is_control_domain field.Ewan Mellor2007-01-301-1/+33
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-301-32/+0
* Added host_metrics class.Ewan Mellor2007-01-301-0/+257
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-301-1/+504
* 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