[Xen-devel] [PATCH] tools/ocaml: Add OCaml binding of virq bind

2018-09-27 Thread Yang Qian
1. Add a common bind virq function 2. Reduce the stub code of `bind_dom_exc_virq` Signed-off-by: Yang Qian --- tools/ocaml/libs/eventchn/xeneventchn.ml | 19 ++- tools/ocaml/libs/eventchn/xeneventchn.mli | 21 + tools/ocaml/libs/eventchn/xeneventchn_s

Re: [Xen-devel] [PATCH] tools/ocaml: Add OCaml binding of virq bind

2018-09-27 Thread Andrew Cooper
On 27/09/18 08:53, Yang Qian wrote: > 1. Add a common bind virq function > 2. Reduce the stub code of `bind_dom_exc_virq` > > Signed-off-by: Yang Qian CC'ing the relevant maintainers. Reviewed-by: Andrew Cooper (forwarding my internal review of this patch) _

Re: [Xen-devel] [PATCH] tools/ocaml: Add OCaml binding of virq bind

2018-09-27 Thread Christian Lindig
> On 27 Sep 2018, at 09:59, Andrew Cooper wrote: > > On 27/09/18 08:53, Yang Qian wrote: >> 1. Add a common bind virq function >> 2. Reduce the stub code of `bind_dom_exc_virq` >> >> Signed-off-by: Yang Qian > > CC'ing the relevant maintainers. > > Reviewed-by: Andrew Cooper (forwarding my

Re: [Xen-devel] [PATCH] tools/ocaml: Add OCaml binding of virq bind

2018-09-27 Thread Andrew Cooper
On 27/09/18 11:11, Christian Lindig wrote: > >> On 27 Sep 2018, at 09:59, Andrew Cooper wrote: >> >> On 27/09/18 08:53, Yang Qian wrote: >>> 1. Add a common bind virq function >>> 2. Reduce the stub code of `bind_dom_exc_virq` >>> >>> Signed-off-by: Yang Qian >> CC'ing the relevant maintainers. >

Re: [Xen-devel] [PATCH] tools/ocaml: Add OCaml binding of virq bind

2018-09-27 Thread Christian Lindig
> On 27 Sep 2018, at 11:15, Andrew Cooper wrote: > > On 27/09/18 11:11, Christian Lindig wrote: >> >>> On 27 Sep 2018, at 09:59, Andrew Cooper wrote: >>> >>> On 27/09/18 08:53, Yang Qian wrote: 1. Add a common bind virq function 2. Reduce the stub code of `bind_dom_exc_virq`