Displaying 1 result from an estimated 1 matches for "b19856f6dd76".
2010 Sep 09
2
[PATCH]: add libxl python binding
...8 --
tools/libxl/libxl_pci.c | 13 -
tools/libxl/libxltypes.py | 27 +-
tools/ocaml/libs/xl/xl_stubs.c | 10
tools/python/Makefile | 6
tools/python/setup.py | 19 +
9 files changed, 823 insertions(+), 30 deletions(-)
--
diff -r b19856f6dd76 tools/libxl/idl.txt
--- a/tools/libxl/idl.txt Thu Sep 09 09:24:24 2010 +0100
+++ b/tools/libxl/idl.txt Thu Sep 09 12:06:50 2010 +0100
@@ -13,7 +13,8 @@ contain the initial namespace element (e
how to specify a namespace.
The Type.typename contains the C name of the type _including_ the
-namespa...