summaryrefslogtreecommitdiffstats
path: root/libvirt
Commit message (Collapse)AuthorAgeFilesLines
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-057-17/+68
| | | | | | | | | | | | | * 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.
* Make extlib an optional dependency.Richard W.M. Jones2008-01-041-1/+1
| | | | | | | * Makefile.in, README, configure.ac, examples/Makefile.in, libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code doesn't really need extlib, so make it optional. Bail earlier in configure step if we don't have ocamlfind.
* New exception Libvirt.Not_supported "function"Richard W.M. Jones2007-12-203-21/+40
| | | | | | | | * 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.
* Enable multithreaded OCaml programs.Richard W.M. Jones2007-12-201-78/+94
| | | | | | * libvirt/libvirt_c.c: Use enter/leave_blocking_section around synchronous libvirt API calls, so that multithreaded OCaml programs can be used.
* * libvirt/libvirt.mli, libvirt/libvirt.ml: New error numbersRichard W.M. Jones2007-11-203-21/+108
| | | | | | | | | 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-142-8/+119
| | | | | | | * 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-143-0/+77
| | | | | | | - virNodeGetFreeMemory - virNodeGetCellsFreeMemory Release of 0.3.3.1.
* Added GNU GPL/LGPL copyright notices everywhere.Richard W.M. Jones2007-10-176-0/+89
| | | | Fixed display of time which was accidentally broken in previous code move.
* Removed $Id$ everywhere.Richard W.M. Jones2007-10-176-7/+0
| | | | 'make distclean' now cleans more files.
* Remove a few more generated files.Richard W.M. Jones2007-08-301-44/+0
|
* Convert .cvsignore files to .cvsignore files, and remove some generated files.Richard W.M. Jones2007-08-302-13/+0
|
* Initial import from CVS.rjones@localhost2007-08-3010-0/+2871