[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 03/10] add XS ocaml bindings.
Signed-off-by: Vincent Hanquez <vincent.hanquez@xxxxxxxxxxxxx> --- tools/ocaml/libs/eventchn/META.in | 4 + tools/ocaml/libs/eventchn/Makefile | 28 +++ tools/ocaml/libs/eventchn/eventchn.ml | 27 +++ tools/ocaml/libs/eventchn/eventchn.mli | 26 +++ tools/ocaml/libs/eventchn/eventchn_stubs.c | 173 ++++++++++++++++++ tools/ocaml/libs/xb/META.in | 4 + tools/ocaml/libs/xb/Makefile | 41 +++++ tools/ocaml/libs/xb/op.ml | 84 +++++++++ tools/ocaml/libs/xb/packet.ml | 50 ++++++ tools/ocaml/libs/xb/partial.ml | 44 +++++ tools/ocaml/libs/xb/xb.ml | 189 ++++++++++++++++++++ tools/ocaml/libs/xb/xb.mli | 83 +++++++++ tools/ocaml/libs/xb/xb_stubs.c | 74 ++++++++ tools/ocaml/libs/xb/xs_ring.ml | 18 ++ tools/ocaml/libs/xb/xs_ring_stubs.c | 117 ++++++++++++ tools/ocaml/libs/xs/META.in | 4 + tools/ocaml/libs/xs/Makefile | 42 +++++ tools/ocaml/libs/xs/queueop.ml | 73 ++++++++ tools/ocaml/libs/xs/xs.ml | 170 ++++++++++++++++++ tools/ocaml/libs/xs/xs.mli | 90 ++++++++++ tools/ocaml/libs/xs/xsraw.ml | 265 ++++++++++++++++++++++++++++ tools/ocaml/libs/xs/xsraw.mli | 60 +++++++ tools/ocaml/libs/xs/xst.ml | 61 +++++++ tools/ocaml/libs/xs/xst.mli | 30 +++ 24 files changed, 1757 insertions(+), 0 deletions(-) create mode 100644 tools/ocaml/libs/eventchn/META.in create mode 100644 tools/ocaml/libs/eventchn/Makefile create mode 100644 tools/ocaml/libs/eventchn/eventchn.ml create mode 100644 tools/ocaml/libs/eventchn/eventchn.mli create mode 100644 tools/ocaml/libs/eventchn/eventchn_stubs.c create mode 100644 tools/ocaml/libs/xb/META.in create mode 100644 tools/ocaml/libs/xb/Makefile create mode 100644 tools/ocaml/libs/xb/op.ml create mode 100644 tools/ocaml/libs/xb/packet.ml create mode 100644 tools/ocaml/libs/xb/partial.ml create mode 100644 tools/ocaml/libs/xb/xb.ml create mode 100644 tools/ocaml/libs/xb/xb.mli create mode 100644 tools/ocaml/libs/xb/xb_stubs.c create mode 100644 tools/ocaml/libs/xb/xs_ring.ml create mode 100644 tools/ocaml/libs/xb/xs_ring_stubs.c create mode 100644 tools/ocaml/libs/xs/META.in create mode 100644 tools/ocaml/libs/xs/Makefile create mode 100644 tools/ocaml/libs/xs/queueop.ml create mode 100644 tools/ocaml/libs/xs/xs.ml create mode 100644 tools/ocaml/libs/xs/xs.mli create mode 100644 tools/ocaml/libs/xs/xsraw.ml create mode 100644 tools/ocaml/libs/xs/xsraw.mli create mode 100644 tools/ocaml/libs/xs/xst.ml create mode 100644 tools/ocaml/libs/xs/xst.mli Attachment:
0003-add-XS-ocaml-bindings.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |