Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes

2019-09-23 Thread Ian Jackson
Jan Beulich writes ("Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes"): > According to osstest results accumulated over the weekend and the > state of the tree, did you perhaps commit the change but forgot > to actually push it? Gah, apparently

Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes

2019-09-23 Thread Jan Beulich
On 20.09.2019 19:15, Ian Jackson wrote: > Anthony PERARD writes ("Re: [PATCH] tools/ocaml: Build fix following libxl > API changes"): >> On Fri, Sep 20, 2019 at 05:19:02PM +0100, Anthony PERARD wrote: >>> The following libxl API became asynchronous and gained an additional >>> `ao_how' parameter:

Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes

2019-09-20 Thread Andrew Cooper
On 20/09/2019 17:19, Anthony PERARD wrote: > 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: edaa631ddcee665cd

Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes

2019-09-20 Thread Ian Jackson
Anthony PERARD writes ("Re: [PATCH] tools/ocaml: Build fix following libxl API changes"): > On Fri, Sep 20, 2019 at 05:19:02PM +0100, Anthony PERARD wrote: > > The following libxl API became asynchronous and gained an additional > > `ao_how' parameter: > > libxl_domain_pause() > > libxl_do

Re: [Xen-devel] [PATCH] tools/ocaml: Build fix following libxl API changes

2019-09-20 Thread Anthony PERARD
On Fri, Sep 20, 2019 at 05:19:02PM +0100, Anthony PERARD wrote: > 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. > >