Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-29 Thread Stefano Stabellini
On Thu, 29 Mar 2018, Ian Jackson wrote: > Stefano Stabellini writes ("[PATCH] xl/libxl: add pvcalls support"): > > Add pvcalls support to libxl and xl. Create the appropriate pvcalls > > entries in xenstore. > ... > > + ~/device/pvcalls/$DEVID/* [] > > + > > +Paravirtualized POSIX function

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-29 Thread Ian Jackson
Stefano Stabellini writes ("[PATCH] xl/libxl: add pvcalls support"): > Add pvcalls support to libxl and xl. Create the appropriate pvcalls > entries in xenstore. ... > + ~/device/pvcalls/$DEVID/* [] > + > +Paravirtualized POSIX function calls frontend. Described by >

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-28 Thread Stefano Stabellini
It would be nice to get it in before the code freeze On Tue, 27 Feb 2018, Stefano Stabellini wrote: > Add pvcalls support to libxl and xl. Create the appropriate pvcalls > entries in xenstore. > > Signed-off-by: Stefano Stabellini > > diff --git

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-13 Thread Stefano Stabellini
On Tue, 13 Mar 2018, George Dunlap wrote: > On Tue, Mar 13, 2018 at 2:13 PM, Wei Liu wrote: > > On Tue, Feb 27, 2018 at 01:28:08PM -0800, Stefano Stabellini wrote: > >> Add pvcalls support to libxl and xl. Create the appropriate pvcalls > >> entries in xenstore. > >> > >>

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-13 Thread George Dunlap
On Tue, Mar 13, 2018 at 2:13 PM, Wei Liu wrote: > On Tue, Feb 27, 2018 at 01:28:08PM -0800, Stefano Stabellini wrote: >> Add pvcalls support to libxl and xl. Create the appropriate pvcalls >> entries in xenstore. >> >> Signed-off-by: Stefano Stabellini >

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-13 Thread Wei Liu
On Tue, Feb 27, 2018 at 01:28:08PM -0800, Stefano Stabellini wrote: > Add pvcalls support to libxl and xl. Create the appropriate pvcalls > entries in xenstore. > > Signed-off-by: Stefano Stabellini The code looks fine. I only want to have a second opinion on > @@ -829,6

Re: [Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-03-11 Thread Stefano Stabellini
reping On Mon, 5 Mar 2018, Stefano Stabellini wrote: > ping? > > On Tue, 27 Feb 2018, Stefano Stabellini wrote: > > Add pvcalls support to libxl and xl. Create the appropriate pvcalls > > entries in xenstore. > > > > Signed-off-by: Stefano Stabellini > > > > diff --git

[Xen-devel] [PATCH] xl/libxl: add pvcalls support

2018-02-27 Thread Stefano Stabellini
Add pvcalls support to libxl and xl. Create the appropriate pvcalls entries in xenstore. Signed-off-by: Stefano Stabellini diff --git a/docs/misc/xenstore-paths.markdown b/docs/misc/xenstore-paths.markdown index 7be2592..77d1a36 100644 ---