[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [RFC PATCH 0/2] add function support to IDL
At a Xen Summit design session for the golang bindings (see [1]), we agreed that it would be beneficial to expand the libxl IDL with function support. In addition to benefiting libxl itself, this would allow other language bindings to easily generate function wrappers. These RFC patches outline a potential strategy for accomplishing this goal. The first patch adds the Function and CtxFunction classes to libxl/idl.py, introducing the idea of functions to the IDL. The second patch adds a DeviceFunction class and adds some sample definitions to libxl/libxl_types.idl for example purposes. [1] https://lists.xenproject.org/archives/html/xen-devel/2020-07/msg00964.html Nick Rosbrook (2): libxl: add Function class to IDL libxl: prototype libxl_device_nic_add/remove with IDL tools/golang/xenlight/gengotypes.py | 2 +- tools/libxl/gentypes.py | 2 +- tools/libxl/idl.py | 54 ++++++++++++++++++++++++++++- tools/libxl/libxl_types.idl | 6 ++++ 4 files changed, 61 insertions(+), 3 deletions(-) -- 2.17.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |