summaryrefslogtreecommitdiffstats
path: root/libvirt/libvirt.ml
Commit message (Collapse)AuthorAgeFilesLines
* Removed virt-ctrl, virt-df, ocaml-libvirt - now in separate repositories.Richard W.M. Jones2008-04-161-522/+0
|
* Upgrade to released storage API in libvirt CVS.Richard W.M. Jones2008-02-201-4/+11
|
* Fix Volume.lookup_by_key and Volume.lookup_by_pathRichard W.M. Jones2008-01-201-2/+2
| | | | | * libvirt/libvirt.mli, libvirt/libvirt.ml: These functions take a connection object, not a pool, as first parameter.
* Complete implementation of storage API.Richard W.M. Jones2008-01-191-0/+1
|
* Storage API almost completed, even more autogeneration.Richard W.M. Jones2008-01-191-2/+3
|
* Further work on storage API and autogenerating bindings.Richard W.M. Jones2008-01-191-0/+14
|
* Move to autogeneration of many C bindings.Richard W.M. Jones2008-01-181-4/+90
| | | | | | | * configure.ac, libvirt/libvirt_c.c, libvirt/generator.pl: Many C bindings can now be autogenerated using a Perl script. Also includes preliminary support for the experimental storage API.
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+0
| | | | | | | | | | | | | * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows.
* New exception Libvirt.Not_supported "function"Richard W.M. Jones2007-12-201-0/+3
| | | | | | | | * libvirt/libvirt.ml, libvirt/libvirt.mli, libvirt/libvirt_c.c: Change the ad-hoc "foo not supported" exception into a specific Libvirt.Not_supported "foo" exception. * virt-top/virt_top.ml: Change virt-top to understand new exception type.
* * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbersRichard W.M. Jones2007-11-201-10/+22
| | | | | | | | | in base libvirt. * libvirt/libvirt_c.c: Gracefully handle the case where libvirt throws an error number we have not heard of before (eg. when dynamic linking with newer libvirt). * configure.ac: Check <libvirt/virterror.h> exists. * configure.ac: Version 0.3.3.4.
* Version 0.3.3.3.Richard W.M. Jones2007-11-141-4/+8
| | | | | | | * libvirt/libvirt.mli: Added filename = string type to clarify some function signatures which take a filename. Added lots of function documentation. * libvirt/libvirt.ml: Added VIR_FROM_OPENVZ.
* Added support for new API calls:Richard W.M. Jones2007-11-141-0/+2
| | | | | | | - virNodeGetFreeMemory - virNodeGetCellsFreeMemory Release of 0.3.3.1.
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-171-0/+14
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-171-1/+0
| | | | 'make distclean' now cleans more files.
* Initial import from CVS.rjones@localhost2007-08-301-0/+379