aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/libs
Commit message (Expand)AuthorAgeFilesLines
* tools/ocaml: fix erroneous free of cpumap in stub_xc_vcpu_getaffinityMatthew Daley2013-10-101-2/+0
* libxl: ocaml: fix code intended to output comments before definitionsRob Hoes2013-09-101-2/+4
* oxenstored: Protect oxenstored from malicious domains.=John Liu2013-07-221-1/+5
* ocaml: eventchn: remove the unused exception 'Eventchn.Error'David Scott2013-04-112-6/+0
* ocaml: eventchn: add ocamldoc strings to the interfaceDavid Scott2013-04-111-0/+29
* ocaml: eventchn: in the interface, we don't have to give implementation detailsDavid Scott2013-04-111-10/+9
* ocaml: eventchn: add a 'type t' to represent an event channelDavid Scott2013-04-112-6/+17
* tools/ocaml: Correct META for libxl bindingsAndrew Cooper2013-04-081-2/+2
* tools/ocaml: oxenstored: correctly handle a full ring.Ian Campbell2013-02-151-2/+2
* oxenstored: Enforce a maximum message size of 4096 bytesIan Jackson2013-02-071-0/+8
* tools/ocaml: oxenstored: Be more paranoid about ring readingIan Jackson2013-02-071-8/+10
* tools: update ocamlfind handlingOlaf Hering2013-02-056-18/+18
* tools/ocaml: libxc bindings: Correct PCI terminologyAndrew Cooper2013-01-111-17/+17
* tools/ocaml: libxc bindings: Fix SBDF encodingAndrew Cooper2013-01-111-5/+4
* libxl: move definition of libxl_domain_config into the IDLIan Campbell2012-12-191-0/+1
* libxl: make devid a type so it is initialized properlyMatthew Fioravante2012-10-053-2/+5
* libxl: make libxl_device_pci_{add,remove,destroy} interfaces asynchronousIan Campbell2012-08-031-2/+2
* libxl: convert libxl_device_vfb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_vkb_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_nic_add to an async operationRoger Pau Monne2012-07-261-1/+1
* libxl: convert libxl_device_disk_add to an async opRoger Pau Monne2012-07-261-1/+1
* libxl: change ao_device_remove to ao_deviceRoger Pau Monne2012-07-231-2/+2
* libxl: add a new Array type to the IDLIan Campbell2012-07-061-1/+14
* ocaml: fix build after 25446:648508ee27a2, 25449:68d46c5ea0a3 et al.Ian Campbell2012-06-022-12/+13
* libxl: add new "defbool" built in type.Ian Campbell2012-03-012-0/+28
* libxl: Rename libxl_sched_* to include _domainGeorge Dunlap2012-02-231-4/+4
* libxl: expose cpu topology as a single list of cpu->{node,core,socket} maps.Ian Campbell2012-01-314-52/+21
* ocaml: Topology.get returns an array not a single element.Ian Campbell2012-01-312-2/+2
* ocaml: add helpers for Some/None option types.Ian Campbell2012-01-311-3/+15
* libxl: remove libxl_button_press in favour of libxl_send_trigger.Ian Campbell2012-01-313-23/+4
* libxl: Rename libxl IDL infrastructure.Ian Campbell2012-01-312-19/+18
* libxl: remove libxl_device_model_info.Ian Campbell2012-01-311-1/+0
* ocaml: use libxl IDL type helpers for C argument passingIan Campbell2012-01-311-17/+11
* libxl: Convert to asynchronous: device removalIan Jackson2012-01-271-4/+4
* libxl: New event generation APIIan Jackson2012-01-271-0/+1
* ocaml, libxl: support "private" fieldsIan Jackson2012-01-271-0/+8
* ocaml: Correct ocaml type name for Aggregate types.Ian Campbell2012-01-101-0/+2
* oxenstored: handle unknown operations by returning an error to the clientIan Campbell2011-12-152-3/+4
* oxenstored: Remove support for PQ defined operations.Ian Campbell2011-12-092-16/+0
* tools/ocaml: Release the global lock during some hypercallsJonathan Davies2011-12-011-47/+56
* libxl: add a flags argument to libxl_ctx_alloc.Ian Campbell2011-10-181-1/+1
* libxl: convert PCI device handling to device APIIan Campbell2011-10-182-20/+2
* libxl: convert VFB handling to device APIIan Campbell2011-10-182-8/+11
* libxl: convert VKB handling to device APIIan Campbell2011-10-182-8/+11
* libxl: remove libxl_device_console_add.Ian Campbell2011-10-182-19/+0
* libxl: convert NIC handling to device APIIan Campbell2011-10-182-4/+2
* libxl: convert disk handling to device APIIan Campbell2011-10-182-4/+7
* ocaml: align build outputIan Campbell2011-10-171-3/+3
* tools/ocaml: Small improvement to the ocaml xenctrl libraryJon Ludlam2011-10-103-1/+5
* tools/ocaml: Fix 2 bit-twiddling bugs and an off-by-oneJon Ludlam2011-10-101-3/+3