aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
Commit message (Expand)AuthorAgeFilesLines
...
* Implement parsing of datetimes.Ewan Mellor2007-03-231-10/+33
* Match the name change for the QCoW SR.Ewan Mellor2007-03-221-1/+1
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-175-36/+105
* Match recent removal of VM.VCPUs_policy.Ewan Mellor2007-03-143-53/+0
* Replace VM.platform_{std_VGA,serial,localtime,clock_offset,enable_audio} withEwan Mellor2007-03-102-163/+35
* Add vcpus_max and vcpus_at_startup values to the example VM creation.Ewan Mellor2007-03-101-0/+2
* 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-092-23/+0
* Move the booting description out of the VM class description into the VMEwan Mellor2007-03-091-33/+0
* Added {VIF,VBD}.{plug,unplug} methods. Docs and C bindings -- Xend to follow.Ewan Mellor2007-03-084-0/+88
* Remove crashdump.create -- this doesn't make sense.Ewan Mellor2007-03-082-42/+18
* tools: Clean up use of 'install' command.kfraser@localhost.localdomain2007-03-071-2/+2
* Fix missing bits of the docs from cset 14020, and match that change by removingEwan Mellor2007-02-276-94/+2
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-2726-8/+255
* Added some more fields to host_cpu.Ewan Mellor2007-02-272-35/+48
* Remove unused network.default_{gateway,netmask}.Ewan Mellor2007-02-262-109/+5
* Added host.capabilities field.Ewan Mellor2007-02-253-0/+53
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-255-27/+547
* Added documentation and C bindings for VBD/VIF.status_detail, status_code, andEwan Mellor2007-02-254-0/+166
* Added a VM.domid field.Ewan Mellor2007-02-252-0/+27
* Remove the bindings for VM.get_VCPUs_{number,utilisation} -- these have movedEwan Mellor2007-02-252-60/+2
* Added host.API_version_{major,minor,vendor,vendor_implementation} fields.Ewan Mellor2007-02-252-0/+112
* Added VBD. and VIF.qos_supported_algorithms fields, with C bindings, XendEwan Mellor2007-02-214-0/+60
* Added C bindings for host.supported_bootloaders.Ewan Mellor2007-02-216-3/+205
* Fix allocation of the error_description fields.Ewan Mellor2007-02-211-2/+2
* 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-202-47/+2
* Added modelling and C bindings for VIF/VBD QoS parameter setting. No XendEwan Mellor2007-02-204-0/+314
* Split the VIF I/O statistics fields out into a VIF_metrics class. ImplementEwan Mellor2007-02-205-38/+378
* Split the VBD I/O statistics out into a VBD_metrics class. Document theEwan Mellor2007-02-208-25/+609
* Added Console.other_config to the docs (Xend already has this).Ewan Mellor2007-02-202-1/+106
* Rename Console.uri to location. Xend already uses the latter.Ewan Mellor2007-02-202-12/+12
* Remove VM.VCPUs_number and VM.VCPUs_utilisation as these have moved onto theEwan Mellor2007-02-203-40/+37
* Added host.dmesg method.Ewan Mellor2007-02-023-0/+41
* Remove VM_power_state value ShuttingDown. This should be indicated withEwan Mellor2007-02-022-6/+0
* Improved the example to show creation of a VNC console, and the differenceEwan Mellor2007-02-011-19/+67
* 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-013-20/+131
* [XENAPI] Add VDI.location support and test c prog for HVM test.Alastair Tse2007-01-315-5/+459
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-306-40/+644
* Remove the VTPM.instance field from the bindings.Ewan Mellor2007-01-301-1/+0
* Added VM.is_control_domain field.Ewan Mellor2007-01-302-1/+28
* Align vTPM support in the Xen-API, documentation and lib-xenkaf24@localhost.localdomain2007-01-302-27/+0
* Added host_metrics class.Ewan Mellor2007-01-305-1/+427
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-3011-4/+648
* Added host.logging, to hold server-side logging configuration.Ewan Mellor2007-01-302-0/+101
* Added host.other_config.Ewan Mellor2007-01-302-0/+103