|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 9] libxl: autogenerate type definitions and dest
The series introduces auto-generation of the type definitions used in
the libxl interface followed by auto-generation of a destructor
function for each type. In the future it may be possible to use the
related data structures for other purposes, for example auto-generation
of the functions to marshal between C and language binding data types.
This series complements Gianni Tedesco's "Implement per-API-call
garbage-collection lifetime" patch but doesn't yet tie the two
together with a neat bow.
I have tested with xl create and xl destroy but since the only
practical impact on the running code is in the final patch (which
impacts create only) I think the probabilty of complete carnage are
small (ish).
tools/_libxl_types.h should be identical both before applying and
after applying+building "[PATCH 7 of 9] libxl: autogenerate _libxl_types.h".
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 0 of 9] libxl: autogenerate type definitions and destructor functions,
Ian Campbell <=
- [Xen-devel] [PATCH 1 of 9] xl: use the regular implicit rules to build the xl .o files, Ian Campbell
- [Xen-devel] [PATCH 3 of 9] libxl: move various enum and #defines above datastructure definitions, Ian Campbell
- [Xen-devel] [PATCH 2 of 9] libxl: define specific types for string list and key, value list, Ian Campbell
- [Xen-devel] [PATCH 4 of 9] libxl: ensure result of libxl_poolid_to_name is always dynamically allocated, Ian Campbell
- [Xen-devel] [PATCH 6 of 9] libxl: tweak formatting/whitespace of _libxl_types.h, Ian Campbell
- [Xen-devel] [PATCH 5 of 9] libxl: move type definitions into _libxl_types.h, Ian Campbell
- [Xen-devel] [PATCH 9 of 9] xl: free the libxl types contained in struct domain_config, Ian Campbell
- [Xen-devel] [PATCH 8 of 9] libxl: generate destructors for each libxl defined type, Ian Campbell
- [Xen-devel] [PATCH 7 of 9] libxl: autogenerate _libxl_types.h, Ian Campbell
|
|
|
|
|