aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs with spaces.Ewan Mellor2007-03-261-8/+8
* Implement session.last_active, session.this_host, session.get_record,Ewan Mellor2007-03-261-3/+114
* Added C bindings and docs for recent addition VM.set_VCPUs_number_live.Ewan Mellor2007-03-251-0/+16
* Don't use the client-side shortcut for get_uuid calls -- we need to keepEwan Mellor2007-03-2320-21/+201
* Add a last_updated field to every metrics class.Ewan Mellor2007-03-236-6/+120
* Implement parsing of datetimes.Ewan Mellor2007-03-231-10/+33
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-172-23/+70
* Match recent removal of VM.VCPUs_policy.Ewan Mellor2007-03-141-37/+0
* Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} withEwan Mellor2007-03-101-113/+23
* Fix get_val_as_string so that it does not truncate integers.Ewan Mellor2007-03-101-5/+7
* Allow empty structs to represent empty Maps.Ewan Mellor2007-03-101-2/+1
* This patch fixes two problems with sending and receiving of (arrays of)Ewan Mellor2007-03-091-1/+5
* Remove VDI.set_SR -- this was always unimplemented, and pretty mad.Ewan Mellor2007-03-091-16/+0
* Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow.Ewan Mellor2007-03-082-0/+56
* Remove crashdump.create -- this doesn't make sense.Ewan Mellor2007-03-081-27/+10
* Fix missing bits of the docs from cset 14020, and match that change by removingEwan Mellor2007-02-273-66/+0
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-2713-4/+160
* Added some more fields to host_cpu.Ewan Mellor2007-02-271-18/+29
* Remove unused network.default_{gateway,netmask}.Ewan Mellor2007-02-261-76/+2
* Added host.capabilities field.Ewan Mellor2007-02-251-0/+21
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-252-19/+281
* Added documentation and C bindings for VBD/VIF.status_detail, status_code, andEwan Mellor2007-02-252-0/+118
* Added a VM.domid field.Ewan Mellor2007-02-251-0/+19
* Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have movedEwan Mellor2007-02-251-42/+1
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-251-0/+80
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-212-0/+42
* Added C bindings for host.supported_bootloaders.Ewan Mellor2007-02-213-0/+115
* Fix allocation of the error_description fields.Ewan Mellor2007-02-211-2/+2
* Remove host.create and host.destroy -- these never made any sense.Ewan Mellor2007-02-201-32/+1
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-202-0/+218
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-202-26/+160
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-203-16/+264
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-201-1/+73
* 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-23/+1
* Added host.dmesg method.Ewan Mellor2007-02-021-0/+17
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-021-1/+0
* Added support for maps inside structs, so that we can send the HVM boot paramsEwan Mellor2007-02-011-38/+106
* Make the string->string map and int->float map allocation functions set theEwan Mellor2007-02-012-4/+8
* Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.Ewan Mellor2007-02-011-8/+79
* [XENAPI] Add VDI.location support and test c prog for HVM test.Alastair Tse2007-01-311-0/+3
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-302-26/+343
* Added VM.is_control_domain field.Ewan Mellor2007-01-301-1/+20
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-301-19/+0
* Added host_metrics class.Ewan Mellor2007-01-302-1/+195
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-305-3/+343
* Added host.logging, to hold server-side logging configuration.Ewan Mellor2007-01-301-0/+71
* Added host.other_config.Ewan Mellor2007-01-301-0/+71
* Remove VM.actions_after_suspend, which never made any sense.Ewan Mellor2007-01-301-34/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-303-348/+0