Re: [Xen-devel] [PATCH v8 00/13] introduce the Xen PV Calls frontend

2017-10-31 Thread Boris Ostrovsky
On 10/30/2017 06:40 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 > se

[Xen-devel] [PATCH v8 00/13] introduce the Xen PV Calls frontend

2017-10-30 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 a