> On 8 Oct 2018, at 04:10, Yang Qian <[email protected]> wrote: > > Functions related with event channel are parallelizable, so release global > lock before invoking C function which will finally call block syscalls. > > Signed-off-by: Yang Qian <[email protected]> > --- > tools/ocaml/libs/eventchn/xeneventchn_stubs.c | 30 +++++++++++++++++++++++++-- > 1 file changed, 28 insertions(+), 2 deletions(-)
Acked-by: Christian Lindig <[email protected]> From an OCaml point of view this is looking good. But I would like to hear from developers understanding event channels that this is indeed safe to do. — Christian _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
