aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused network.default_{gateway,netmask}.Ewan Mellor2007-02-261-134/+0
* Redefine units of VDI.virtual_size to be bytes, not sectors.Ewan Mellor2007-02-251-1/+1
* Added host.capabilities field.Ewan Mellor2007-02-251-0/+33
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-251-33/+378
* Added documentation and C bindings for VBD/VIF.status_detail, status_code, andEwan Mellor2007-02-251-0/+198
* Added a VM.domid field.Ewan Mellor2007-02-251-0/+33
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-251-0/+132
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-211-3/+69
* dump-core: documentation on its format.Keir Fraser2007-02-241-0/+225
* 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