aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
Commit message (Expand)AuthorAgeFilesLines
* Added a VBD.bootable flag.Ewan Mellor2007-01-282-0/+50
* Document existing PIF.create_VLAN, and remove PIF.create (PIFs are implicitlyEwan Mellor2007-01-282-71/+76
* Rename the 3DNOW and 3DNOWEXT API constants to THREEDNOW, so that they may beEwan Mellor2007-01-052-4/+4
* Treat <value> tags with no type tag inside as if they were strings (as requiredEwan Mellor2007-01-051-9/+33
* Added permissiveness for floats.Ewan Mellor2007-01-051-0/+6
* Fix more enum demarshalling.Ewan Mellor2006-12-154-14/+0
* Added a test for xen_vm_get_power_state.Ewan Mellor2006-12-151-9/+49
* Fix VM.get_power_state API. On the xend side an integer representation of th...jfehlig@jfehlig2.provo.novell.com2006-12-132-3/+0
* Updated test to match new booting arrangement.Ewan Mellor2006-12-141-7/+7
* Remove the boot-type implementation -- now replaced by the HVM and PV bootEwan Mellor2006-12-143-207/+0
* Implement new booting parameters for Xen-API, and backwards compatibility forEwan Mellor2006-12-142-204/+178
* Have a 1GiB disk rather than 1MiB, for a slightly more sensible test.Ewan Mellor2006-12-141-1/+1
* Implement xen_vm_set_vcpus_number,Ewan Mellor2006-12-092-0/+119
* Fix capitalisation of on-wire calls for VM.set_platform_std_VGA andEwan Mellor2006-12-081-2/+2
* Remove accidental double declaration of xen_vm_destroy.Ewan Mellor2006-12-081-8/+0
* Implement the VM.auto_power_on field.Ewan Mellor2006-12-082-0/+50
* 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
* More capitalisation fixes.Ewan Mellor2006-12-041-12/+12
* With PERMISSIVE turned on, diagnose missing Enums and Bools, and improve theEwan Mellor2006-12-041-2/+18
* Update README to reflect moved library.Ewan Mellor2006-12-011-2/+3
* Link test/test_bindings against libxenapi in the new location.Ewan Mellor2006-12-011-2/+2
* New modelling for consoles -- have them as separate classes attached to theEwan Mellor2006-11-298-0/+676
* Add test_bindings back into the build -- it isn't integrated with the normalEwan Mellor2006-11-281-0/+3
* Add libxen to overall xen build via a config option in Config.mk.jfehlig@jfehlig2.provo.novell.com2006-11-221-6/+38
* Allow the C bindings to be more permissive when a structure is missing someEwan Mellor2006-11-281-0/+10
* Rename abstract_value.double_val -> float_val. All the other names match theEwan Mellor2006-11-092-2/+3
* Added a destroy method for each object. Based upon the code for VM.destroyEwan Mellor2006-11-0922-14/+233
* More capitalisation fixes -- the on-wire method name should match theEwan Mellor2006-11-099-40/+40
* 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-0918-183/+183
* Add support for VM.destroy RPC in libxen.jfehlig@jfehlig2.provo.novell.com2006-11-072-0/+22
* [XENAPI] Add 'image' field to xen_vbd_record, allowing an image to bekfraser@localhost.localdomain2006-11-072-0/+4
* uint64_t replaced with int64_t everywhere.Ewan Mellor2006-10-2817-75/+75
* The get_by_name_label functions return a set, not a singleton, because namesEwan Mellor2006-10-2811-31/+40
* Fix marshalling to and from record_opts.Ewan Mellor2006-10-281-4/+38
* Fix freeing of records, when the given pointer is NULL.Ewan Mellor2006-10-2811-0/+44
* Fix the handling of sets in the interface -- expecting a pointer to X to serveEwan Mellor2006-10-2810-30/+30
* The on-wire names for the fields should be exactly as documented, includingEwan Mellor2006-10-289-23/+23
* Tidy.Ewan Mellor2006-10-281-2/+2
* Tidy.Ewan Mellor2006-10-281-2/+2
* Remove VTPM-related values, now obsolete.Ewan Mellor2006-10-271-2/+0
* Fix VTPM bindings -- ints in the model are uint64_t at the C binding level.Ewan Mellor2006-10-264-16/+49
* Implement new PIF-based network model, and match movement of I/O-statistics.Ewan Mellor2006-10-2611-167/+793
* Implement VDI.resize message.Ewan Mellor2006-10-262-0/+23
* Implement HostCPU.{vendor,speed,modelname}.Ewan Mellor2006-10-262-0/+85
* Implement new VMX feature flag.Ewan Mellor2006-10-262-2/+8
* C bindings adding some basic vTPM extensions to the API thatEwan Mellor2006-10-256-35/+428
* The session class has a lower-case S -- fix the C bindings to match.Ewan Mellor2006-10-251-3/+3
* Give our test VM a name with no space (Xend does not allow this at the moment).ewan@linford.intra2006-10-071-1/+1