aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/src/xen_vdi.c
Commit message (Expand)AuthorAgeFilesLines
* [libxen] C-bindings for the extensions of the Xen-API for managing security p...kfraser@localhost.localdomain2007-07-101-0/+39
* Move all internal header files to a separate directory, so that it's clear whatewan@localhost.localdomain2007-04-211-6/+6
* Remove docs and bindings for unimplemented VDI.resize and VDI.snapshot.Ewan Mellor2007-04-041-33/+0
* Don't use the client-side shortcut for get_uuid calls -- we need to keepEwan Mellor2007-03-231-1/+10
* Replace VDI.location with a more generic VDI.other_config map. RemoveEwan Mellor2007-03-171-20/+70
* Remove VDI.set_SR -- this was always unimplemented, and pretty mad.Ewan Mellor2007-03-091-16/+0
* Implementation of host_metrics.get_all, PIF_metrics.get_all, and docs andEwan Mellor2007-02-271-0/+12
* [XENAPI] Add VDI.location support and test c prog for HVM test.Alastair Tse2007-01-311-0/+3
* Added modelling and C bindings for crashdumps, and suspend VDIs.Ewan Mellor2007-01-301-2/+22
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-291-42/+0
* Added a destroy method for each object. Based upon the code for VM.destroyEwan Mellor2006-11-091-0/+14
* More capitalisation fixes -- the on-wire method name should match theEwan Mellor2006-11-091-3/+3
* Replace uses of the typename (e.g. xen_host) where its used as a variable name.Ewan Mellor2006-11-091-12/+12
* uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-281-5/+5
* 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-2/+2
* The on-wire names for the fields should be exactly as documented, includingEwan Mellor2006-10-281-2/+2
* Implement VDI.resize message.Ewan Mellor2006-10-261-0/+16
* Import libxen-src-0.4.3-2.tar.bz2.ewan@linford.intra2006-10-071-0/+499