Hi all,

this patch series introduces a set of new ring macros to support rings
in the formats specified by the Xen 9pfs transport and PV Calls
protocol. It also introduces the Xen 9pfs and PV Calls protocols
headers.


Changes in v2:
- replace __attribute__((packed)) with #pragma pack
- remove XEN_9PFS_RING_ORDER, the 9pfs ring order should be dynamic
- add editor configuration blocks
- add links to the specs


Stefano Stabellini (3):
      [RESEND] ring.h: introduce macros to handle monodirectional rings with 
multiple req sizes
      Introduce the Xen 9pfs transport header
      Introduce the pvcalls header

 xen/include/public/io/9pfs.h    |  57 +++++++++++++++
 xen/include/public/io/pvcalls.h | 152 ++++++++++++++++++++++++++++++++++++++++
 xen/include/public/io/ring.h    | 131 ++++++++++++++++++++++++++++++++++
 3 files changed, 340 insertions(+)
 create mode 100644 xen/include/public/io/9pfs.h
 create mode 100644 xen/include/public/io/pvcalls.h


Cheers,

Stefano

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to