|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 00 of 24] tools: IDL improvements and ocaml datatype
The following series makes some improvements to the libxl IDL and then
uses them to autogenerate the datatypes and datatype-conversion for
the ocaml bindings.
The series incorporates much of Dave Scott's ocaml interface cleanup
series but excludes the network QoS bits (patches 13..14/14 in his series)
since there were outstanding questions around that stuff.
I would appreciate some advice on the handling of the integer types
and their conversion from someone who knows about ocaml C bindings. In
particular the handling of >=32-bit integers (ocaml ints are 31 bits)
is not clear and probably intcorrect.
Not all of the datatypes are actually usable via the ocaml interfaces
yet since the stub functions have not been implemented. I used
-Wno-unused for now but this should go away as the set of stub
functions is completed.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00 of 24] tools: IDL improvements and ocaml datatype generation,
Ian Campbell <=
- [Xen-devel] [PATCH 02 of 24] tools: libxl: generalize libxl_qemu_machine_type into libxl_domain_type, Ian Campbell
- [Xen-devel] [PATCH 01 of 24] tools: libxl: move all enum values into the libxl namespace, Ian Campbell
- [Xen-devel] [PATCH 03 of 24] tools: libxl: namespace enum values within their type, Ian Campbell
- [Xen-devel] [PATCH 05 of 24] tools: libxl: add libxl_domid to IDL, Ian Campbell
- [Xen-devel] [PATCH 04 of 24] tools: libxl: add an Enumeration type to the IDL, Ian Campbell
- [Xen-devel] [PATCH 06 of 24] tools: libxl: remove BitField type class from IDL, Ian Campbell
- [Xen-devel] [PATCH 07 of 24] tools: libxl: add concept of in- and out-put only data types to IDL, Ian Campbell
- [Xen-devel] [PATCH 09 of 24] tools: ocaml: rename the disk_info types and functions, Ian Campbell
- [Xen-devel] [PATCH 08 of 24] tools: ocaml: rename the device_nic types and functions, Ian Campbell
- [Xen-devel] [PATCH 10 of 24] tools: ocaml: rename the console types and functions, Ian Campbell
|
|
|
|
|