aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove VM.actions_after_suspend, which never made any sense.Ewan Mellor2007-01-303-64/+0
* Remove the CPU feature handling, unimplementable as it stands.Ewan Mellor2007-01-307-860/+0
* Move the io bandwidth fields from PIF onto a new PIF_metrics class.Ewan Mellor2007-01-295-36/+407
* Fix documentation so that the connection objects (PIF, VBD, and VIF) areEwan Mellor2007-01-296-138/+0
* Added missing PBD-related C bindings.Ewan Mellor2007-01-293-0/+474
* Added modelling and C bindings for the PBD class. PBDs are the analogue ofEwan Mellor2007-01-294-4/+49
* Update doc-comments.Ewan Mellor2007-01-291-3/+12
* Remove the VDI.parent and VDI.children fields -- this needs more thinking out,Ewan Mellor2007-01-292-60/+2
* Rename VM.otherConfig to VM.other_config, for consistency with the other fields,Ewan Mellor2007-01-292-13/+64
* Remove VBD.driver, VIF.type, VIF.name, VTPM.driver. This modelling was neverEwan Mellor2007-01-2910-385/+5
* 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