Re: [PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-08-10 Thread Stefano Stabellini
On Thu, 10 Aug 2017, Boris Ostrovsky wrote: > On 07/31/2017 06:57 PM, Stefano Stabellini wrote: > > Hi all, > > > > this series introduces the frontend for the newly introduced PV Calls > > procotol. > > > > PV Calls is a paravirtualized protocol that allows the implementation of > > a set of

Re: [PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-08-10 Thread Stefano Stabellini
On Thu, 10 Aug 2017, Boris Ostrovsky wrote: > On 07/31/2017 06:57 PM, Stefano Stabellini wrote: > > Hi all, > > > > this series introduces the frontend for the newly introduced PV Calls > > procotol. > > > > PV Calls is a paravirtualized protocol that allows the implementation of > > a set of

Re: [PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-08-10 Thread Boris Ostrovsky
On 07/31/2017 06:57 PM, Stefano Stabellini wrote: > Hi all, > > this series introduces the frontend for the newly introduced PV Calls > procotol. > > PV Calls is a paravirtualized protocol that allows the implementation of > a set of POSIX functions in a different domain. The PV Calls frontend >

Re: [PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-08-10 Thread Boris Ostrovsky
On 07/31/2017 06:57 PM, Stefano Stabellini wrote: > Hi all, > > this series introduces the frontend for the newly introduced PV Calls > procotol. > > PV Calls is a paravirtualized protocol that allows the implementation of > a set of POSIX functions in a different domain. The PV Calls frontend >

[PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-07-31 Thread Stefano Stabellini
Hi all, this series introduces the frontend for the newly introduced PV Calls procotol. PV Calls is a paravirtualized protocol that allows the implementation of a set of POSIX functions in a different domain. The PV Calls frontend sends POSIX function calls to the backend, which implements them

[PATCH v3 00/13] introduce the Xen PV Calls frontend

2017-07-31 Thread Stefano Stabellini
Hi all, this series introduces the frontend for the newly introduced PV Calls procotol. PV Calls is a paravirtualized protocol that allows the implementation of a set of POSIX functions in a different domain. The PV Calls frontend sends POSIX function calls to the backend, which implements them