aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src/xen_vm.c
Commit message (Expand)AuthorAgeFilesLines
* tools: Remove old vtpm stuff from tools/libxenMatthew Fioravante2012-11-191-22/+0
* cpupools [3/6]: libxen changesKeir Fraser2010-04-211-1/+77
* [libxen] C-bindings for the extensions of the Xen-API for managing security p...kfraser@localhost.localdomain2007-07-101-1/+44
* xenapi: Fix segfault in libxenapi.kfraser@localhost.localdomain2007-06-131-3/+3
* Move all internal header files to a separate directory, so that it's clear whatewan@localhost.localdomain2007-04-211-12/+12
* Added documentation and C bindings for VM.migrate call.ewan@localhost.localdomain2007-04-161-0/+20
* Add documentation and C bindings for VM.add_to_VCPUs_params_live,Ewan Mellor2007-04-111-0/+50
* Added docs and bindings for VM.{send_trigger,send_sysrq}.Ewan Mellor2007-04-101-0/+32
* 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-231-1/+10
* 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
* Replace VM.tools_version with a richer VM_guest_metrics class.Ewan Mellor2007-02-251-19/+20
* 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
* Change VM.HVM_boot to VM.HVM_boot_policy and VM.HVM_boot_params.Ewan Mellor2007-02-011-8/+79
* Added VM_metrics class, taking some of the fields from VM. Make VM.static_maxEwan Mellor2007-01-301-26/+149
* Added VM.is_control_domain field.Ewan Mellor2007-01-301-1/+20
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-301-0/+44
* 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-301-182/+0
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-291-8/+42
* Fix more enum demarshalling.Ewan Mellor2006-12-151-8/+0
* Fix VM.get_power_state API. On the xend side an integer representation of th...jfehlig@jfehlig2.provo.novell.com2006-12-131-2/+0
* Implement new booting parameters for Xen-API, and backwards compatibility forEwan Mellor2006-12-141-132/+95
* Implement xen_vm_set_vcpus_number,Ewan Mellor2006-12-091-0/+80
* Fix capitalisation of on-wire calls for VM.set_platform_std_VGA andEwan Mellor2006-12-081-2/+2
* Implement the VM.auto_power_on field.Ewan Mellor2006-12-081-0/+35
* More capitalisation fixes.Ewan Mellor2006-12-041-12/+12
* New modelling for consoles -- have them as separate classes attached to theEwan Mellor2006-11-291-0/+22
* Added a destroy method for each object. Based upon the code for VM.destroyEwan Mellor2006-11-091-14/+14
* More capitalisation fixes -- the on-wire method name should match theEwan Mellor2006-11-091-14/+14
* Replace uses of the typename (e.g. xen_host) where its used as a variable name.Ewan Mellor2006-11-091-54/+54
* Add support for VM.destroy RPC in libxen.jfehlig@jfehlig2.provo.novell.com2006-11-071-0/+14
* uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-281-10/+10
* The get_by_name_label functions return a set, not a singleton, because namesEwan Mellor2006-10-281-2/+2
* Fix freeing of records, when the given pointer is NULL.Ewan Mellor2006-10-281-0/+4
* Fix the handling of sets in the interface -- expecting a pointer to X to serveEwan Mellor2006-10-281-4/+4
* The on-wire names for the fields should be exactly as documented, includingEwan Mellor2006-10-281-6/+6
* Fix VTPM bindings -- ints in the model are uint64_t at the C binding level.Ewan Mellor2006-10-261-1/+5
* C bindings adding some basic vTPM extensions to the API thatEwan Mellor2006-10-251-25/+5
* Import libxen-src-0.4.3-2.tar.bz2.ewan@linford.intra2006-10-071-0/+1594