]> xenbits.xensource.com Git - people/larsk/xen.git/commit
tools/ocaml: Build fix following libxl API changes
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 20 Sep 2019 16:19:02 +0000 (17:19 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Mon, 23 Sep 2019 10:14:41 +0000 (11:14 +0100)
commite17381916ef06c8199f079026d2ee6715c228320
tree6f8098d41ad8dac74e021c4fd7129d7af95accc6
parent84c3ae30aa79b54b3d75a2e62ae1fb340419b8d7
tools/ocaml: Build fix following libxl API changes

The following libxl API became asynchronous and gained an additional
`ao_how' parameter:
    libxl_domain_pause()
    libxl_domain_unpause()
    libxl_send_trigger()

Adapt the ocaml binding.

Build tested only.

Fixes: edaa631ddcee665cdfae1cf6bc7492c791e01ef4
Fixes: 95627b87c3159928458ee586e8c5c593bdd248d8
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/ocaml/libs/xl/xenlight.ml.in
tools/ocaml/libs/xl/xenlight.mli.in
tools/ocaml/libs/xl/xenlight_stubs.c