[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 0/4] new ring macros, 9pfs and pvcalls headers
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 v4: - include ../grant_table.h in ring.h - add a comment about required declarations on top of ring.h - add a patch to introduce a C99 headers check - add -include string.h to the existing C++ headers check - add 9pfs and pvcalls to the C99 headers check Changes in v3: - fix commit message - add newlines after read/write_packet functions - reorder DEFINE_XEN_FLEX_RING_AND_INTF and DEFINE_XEN_FLEX_RING 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 (4): ring.h: introduce macros to handle monodirectional rings with multiple req sizes xen: introduce a C99 headers check Introduce the Xen 9pfs transport header Introduce the pvcalls header xen/include/Makefile | 19 +++-- xen/include/public/io/9pfs.h | 57 +++++++++++++++ xen/include/public/io/pvcalls.h | 152 ++++++++++++++++++++++++++++++++++++++++ xen/include/public/io/ring.h | 148 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 371 insertions(+), 5 deletions(-) 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |