]> xenbits.xensource.com Git - xen.git/commit
tools/ocaml: Drop libxl and xentoollog bindings
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2023 15:25:10 +0000 (15:25 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2023 18:26:17 +0000 (18:26 +0000)
commite51d31f79edc10f8d622e7f5bf4b935af6d4618f
treea16fe5994ce0cec9b27d910b55828cf2bc8bb54d
parentbf652a50fb3bb3b1b3d93db6fb79bc28f978fe75
tools/ocaml: Drop libxl and xentoollog bindings

There are significant issues with these bindings (they segfault for starters)
and their companion half in Xapi was deleted in 2018

  https://github.com/xapi-project/xen-api/commit/203292ebe0c487d7ae4adb961a6d080f4fbe933d

owing to there having been no development of these bindings since 2014.

In the unlikely event that we'd want to reinstate them, they'd need reworking
basically from scratch anyway.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
21 files changed:
tools/ocaml/Makefile
tools/ocaml/libs/Makefile
tools/ocaml/libs/xentoollog/META.in [deleted file]
tools/ocaml/libs/xentoollog/Makefile [deleted file]
tools/ocaml/libs/xentoollog/caml_xentoollog.h [deleted file]
tools/ocaml/libs/xentoollog/genlevels.py [deleted file]
tools/ocaml/libs/xentoollog/xentoollog.ml.in [deleted file]
tools/ocaml/libs/xentoollog/xentoollog.mli.in [deleted file]
tools/ocaml/libs/xentoollog/xentoollog_stubs.c [deleted file]
tools/ocaml/libs/xl/META.in [deleted file]
tools/ocaml/libs/xl/Makefile [deleted file]
tools/ocaml/libs/xl/genwrap.py [deleted file]
tools/ocaml/libs/xl/xenlight.ml.in [deleted file]
tools/ocaml/libs/xl/xenlight.mli.in [deleted file]
tools/ocaml/libs/xl/xenlight_stubs.c [deleted file]
tools/ocaml/test/Makefile [deleted file]
tools/ocaml/test/dmesg.ml [deleted file]
tools/ocaml/test/list_domains.ml [deleted file]
tools/ocaml/test/raise_exception.ml [deleted file]
tools/ocaml/test/send_debug_keys.ml [deleted file]
tools/ocaml/test/xtl.ml [deleted file]