aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have movedEwan Mellor2007-02-251-18/+1
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-251-0/+32
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-212-0/+18
* Added C bindings for host.supported_bootloaders.Ewan Mellor2007-02-212-0/+56
* Put the set size in the structure on set-allocation.Ewan Mellor2007-02-201-1/+4
* Remove host.create and host.destroy -- these never made any sense.Ewan Mellor2007-02-201-15/+1
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-202-0/+96
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-203-12/+218
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-205-9/+345
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-201-0/+33
* Rename Console.uri to location. Xend already uses the latter.Ewan Mellor2007-02-201-6/+6
* Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto theEwan Mellor2007-02-201-10/+1
* Added host.dmesg method.Ewan Mellor2007-02-021-0/+7
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-021-5/+0
* Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.Ewan Mellor2007-02-011-9/+44
* [XENAPI] Add VDI.location support and test c prog for HVM test.Alastair Tse2007-01-311-0/+1
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-303-13/+299
* Remove the VTPM.instance field from the bindings.Ewan Mellor2007-01-301-1/+0
* Added VM.is_control_domain field.Ewan Mellor2007-01-301-0/+8
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-301-8/+0
* Added host_metrics class.Ewan Mellor2007-01-303-0/+232
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-306-1/+305
* Added host.logging, to hold server-side logging configuration.Ewan Mellor2007-01-301-0/+30
* Added host.other_config.Ewan Mellor2007-01-301-0/+32
* Remove VM.actions_after_suspend, which never made any sense.Ewan Mellor2007-01-301-15/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-304-512/+0
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-293-11/+226
* Fix documentation so that the connection objects (PIF, VBD, and VIF) areEwan Mellor2007-01-293-42/+0
* Added missing PBD-related C bindings.Ewan Mellor2007-01-292-0/+246
* Added modelling and C bindings for the PBD class. PBDs are the analogue ofEwan Mellor2007-01-292-4/+22
* Update doc-comments.Ewan Mellor2007-01-291-3/+12
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-291-18/+2
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-291-5/+22
* Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was neverEwan Mellor2007-01-295-174/+4
* Added a VBD.bootable flag.Ewan Mellor2007-01-281-0/+15
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-281-24/+25
* Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may beEwan Mellor2007-01-051-2/+2
* Fix VM.get_power_state API. On the xend side an integer representation of th...jfehlig@jfehlig2.provo.novell.com2006-12-131-1/+0
* Remove the boot-type implementation -- now replaced by the HVM and PV bootEwan Mellor2006-12-142-124/+0
* Implement new booting parameters for Xen-API, and backwards compatibility forEwan Mellor2006-12-141-72/+83
* Implement xen_vm_set_vcpus_number,Ewan Mellor2006-12-091-0/+39
* Remove accidental double declaration of xen_vm_destroy.Ewan Mellor2006-12-081-8/+0
* Implement the VM.auto_power_on field.Ewan Mellor2006-12-081-0/+15
* One more doc-comment update.Ewan Mellor2006-12-081-2/+2
* Update doc-comments to match recent documentation tidy-ups.Ewan Mellor2006-12-0810-20/+20
* New modelling for consoles -- have them as separate classes attached to theEwan Mellor2006-11-295-0/+365
* Rename abstract_value.double_val -> float_val. All the other names match theEwan Mellor2006-11-091-1/+2
* Added a destroy method for each object. Based upon the code for VM.destroyEwan Mellor2006-11-0911-0/+79
* Minor tidying.Ewan Mellor2006-11-093-3/+3
* Replace uses of the typename (e.g. xen_host) where its used as a variable name.Ewan Mellor2006-11-099-63/+63