public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/13] introduce the Xen PV Calls frontend
@ 2017-07-22  0:11 Stefano Stabellini
  2017-07-22  0:11 ` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend Stefano Stabellini
  0 siblings, 1 reply; 39+ messages in thread
From: Stefano Stabellini @ 2017-07-22  0:11 UTC (permalink / raw)
  To: xen-devel; +Cc: linux-kernel, sstabellini, jgross, boris.ostrovsky

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 and
returns a value to the frontend and acts on the function call.

For more information about PV Calls, please read:

https://xenbits.xen.org/docs/unstable/misc/pvcalls.html

This patch series only implements the frontend driver. It doesn't
attempt to redirect POSIX calls to it. The functions exported in
pvcalls-front.h are meant to be used for that. A separate patch series
will be sent to use them and hook them into the system.


Stefano Stabellini (13):
      xen/pvcalls: introduce the pvcalls xenbus frontend
      xen/pvcalls: connect to the backend
      xen/pvcalls: implement socket command and handle events
      xen/pvcalls: implement connect command
      xen/pvcalls: implement bind command
      xen/pvcalls: implement listen command
      xen/pvcalls: implement accept command
      xen/pvcalls: implement sendmsg
      xen/pvcalls: implement recvmsg
      xen/pvcalls: implement poll command
      xen/pvcalls: implement release command
      xen/pvcalls: implement frontend disconnect
      xen: introduce a Kconfig option to enable the pvcalls frontend

 drivers/xen/Kconfig         |    9 +
 drivers/xen/Makefile        |    1 +
 drivers/xen/pvcalls-front.c | 1097 +++++++++++++++++++++++++++++++++++++++++++
 drivers/xen/pvcalls-front.h |   28 ++
 4 files changed, 1135 insertions(+)
 create mode 100644 drivers/xen/pvcalls-front.c
 create mode 100644 drivers/xen/pvcalls-front.h

^ permalink raw reply	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2017-07-25 21:07 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-22  0:11 [PATCH v1 00/13] introduce the Xen PV Calls frontend Stefano Stabellini
2017-07-22  0:11 ` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 02/13] xen/pvcalls: connect to the backend Stefano Stabellini
2017-07-24 19:23     ` Juergen Gross
2017-07-25 20:10       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 03/13] xen/pvcalls: implement socket command and handle events Stefano Stabellini
2017-07-24 19:29     ` Juergen Gross
2017-07-25 20:43       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 04/13] xen/pvcalls: implement connect command Stefano Stabellini
2017-07-24 19:40     ` Juergen Gross
2017-07-24 22:45       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 05/13] xen/pvcalls: implement bind command Stefano Stabellini
2017-07-24 19:43     ` Juergen Gross
2017-07-24 22:51       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 06/13] xen/pvcalls: implement listen command Stefano Stabellini
2017-07-24 19:44     ` Juergen Gross
2017-07-24 22:51       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 07/13] xen/pvcalls: implement accept command Stefano Stabellini
2017-07-24 19:47     ` Juergen Gross
2017-07-24 22:53       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 08/13] xen/pvcalls: implement sendmsg Stefano Stabellini
2017-07-24 19:51     ` Juergen Gross
2017-07-24 22:38       ` Stefano Stabellini
2017-07-22  0:11   ` [PATCH v1 09/13] xen/pvcalls: implement recvmsg Stefano Stabellini
2017-07-24 19:56     ` Juergen Gross
2017-07-24 22:37       ` Stefano Stabellini
2017-07-22  0:12   ` [PATCH v1 10/13] xen/pvcalls: implement poll command Stefano Stabellini
2017-07-24 20:08     ` Juergen Gross
2017-07-25 20:59       ` Stefano Stabellini
2017-07-22  0:12   ` [PATCH v1 11/13] xen/pvcalls: implement release command Stefano Stabellini
2017-07-24 20:14     ` Juergen Gross
2017-07-25 21:07       ` Stefano Stabellini
2017-07-22  0:12   ` [PATCH v1 12/13] xen/pvcalls: implement frontend disconnect Stefano Stabellini
2017-07-24 20:16     ` Juergen Gross
2017-07-22  0:12   ` [PATCH v1 13/13] xen: introduce a Kconfig option to enable the pvcalls frontend Stefano Stabellini
2017-07-24 20:17     ` Juergen Gross
2017-07-24 22:36       ` Stefano Stabellini
2017-07-24 19:06   ` [PATCH v1 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend Juergen Gross
2017-07-24 22:32     ` Stefano Stabellini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox