aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml
Commit message (Expand)AuthorAgeFilesLines
...
* tools: ocaml: link evtchn bindings against libxenctrlIan Campbell2011-03-231-0/+2
* tools: ocaml: link xl bindings against libxlIan Campbell2011-03-231-0/+2
* tools: consistently use $({CFLAGS,LDLIBS}_libxenlight) instead of open coding.Ian Campbell2011-03-211-1/+1
* tools: consistently use $({CFLAGS,LDLIBS}_libxenstore) instead of open coding.Ian Campbell2011-03-211-1/+1
* tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.Ian Campbell2011-03-212-4/+4
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-211-1/+1
* tools: remove unnecessary uses of -I.Ian Campbell2011-03-211-1/+1
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-1711-12/+12
* libxl: disk specification interface changeKamala Narasimhan2011-02-151-6/+7
* libxl: Introduce libxl_domain_create_new() and libxl_domain_create_restore()Gianni Tedesco2011-01-111-72/+13
* ocaml: evtchn+xc bindings: use libxenctrl and libxenguestIan Campbell2011-01-0616-2590/+409
* ocaml: rename Evtchn.bind_virq as Evtchn.bind_dom_exc_virqIan Campbell2011-01-065-6/+6
* ocaml: add dependency to module metadataIan Campbell2011-01-065-0/+5
* ocaml: resynchronise uuid library with xen-api-libs.hgIan Campbell2011-01-062-51/+77
* tools/ocaml: fix a typo in xc_lib.c:xc_domain_set_vpt_alignWei Gang2010-12-101-1/+1
* ocaml: install built modulesIan Campbell2010-11-2313-51/+62
* ocaml: Makefile: delete dependency files during make cleanGianni Tedesco2010-10-281-1/+1
* xl: Fix build in python binding since API change in 22229:1385b15e168fGianni Tedesco2010-10-081-1/+1
* libxl: change IDL to export a saner interface for upcoming language bindingsGianni Tedesco2010-09-161-1/+20
* oxenstored: when reading / read automatically the root node.Vincent Hanquez2010-09-101-1/+6
* xl: randomly generate UUIDsGianni Tedesco2010-09-021-1/+2
* tools: xenconsole[d] and libxl: multiple console supportStefano Stabellini2010-08-161-1/+1
* always drop the caml lock during any xl operationsStefano Stabellini2010-08-101-0/+2
* use new gc functions to deep copy structure and only free once the gcStefano Stabellini2010-08-101-4/+21
* use new functions to get elements out of ocaml valuesStefano Stabellini2010-08-101-24/+42
* Wrap init context procedure into a macro. Introduce a gc structure.Stefano Stabellini2010-08-101-48/+55
* Put a valid version number in the META filesStefano Stabellini2010-08-101-1/+1
* libxl: consistently use typedef struct {} libxl_$typeIan Campbell2010-07-281-29/+29
* libxl: support mapping files rather than carrying paths aroundIan Jackson2010-07-141-2/+2
* tools/ocaml: add the missing license file that all OCaml libs refer toIan Jackson2010-07-141-0/+199
* tools/ocaml: Properly adjust fields in ocaml structure to match the C layer.Ian Jackson2010-07-133-18/+18
* tools/ocaml: add a simple logger to the ocaml bindingsIan Jackson2010-07-131-57/+74
* tools/ocaml: register the ocaml exception so it can be used at the C level.Ian Jackson2010-07-132-0/+6
* tools/ocaml: Fix up ocaml build for timer_mode, hpet and vpt_alignIan Jackson2010-07-061-3/+3
* tools/xenstore: add XS_RESTRICT operation to C xenstore client libs.Ian Jackson2010-07-061-2/+2
* tools/ocaml: libxl ocaml bindingsIan Jackson2010-06-296-2/+1152
* tools/ocaml: Add .NOTPARALLEL to MakefileIan Jackson2010-06-281-0/+4
* ocaml: remove bogus /dev/xen/ev[en]tchnIan Jackson2010-06-241-13/+2
* ocaml: fix ocaml xc compilation on 32 bitKeir Fraser2010-05-203-4/+4
* ocaml: Disable parallel makeKeir Fraser2010-05-171-0/+2
* ocaml: NetBSD support and general CFLAGS cleanupKeir Fraser2010-05-0715-41/+34
* ocaml: Add -Werror to CFLAGS and fix resulting errors.Keir Fraser2010-05-075-12/+50
* ocam: add missing files that got lost in the v2 shuffleKeir Fraser2010-05-073-0/+372
* ocaml: Fix C include paths in MakefileKeir Fraser2010-05-071-3/+2
* ocaml: Fix Makefile for parallel build.Keir Fraser2010-05-071-8/+11
* ocaml: Add Makefile rules.Keir Fraser2010-05-063-0/+157
* ocaml: Add xenstored implementation.Keir Fraser2010-05-0621-0/+3220
* ocaml: add logging bindings.Keir Fraser2010-05-069-0/+741
* ocaml: add uuid bindings.Keir Fraser2010-05-064-0/+171
* ocaml: Add XS bindings.Keir Fraser2010-05-0624-0/+1757