|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan type-tree to pro
Gianni Tedesco writes ("[Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan
type-tree to produce complete binding boilerplate"):
> pyxl: Recursively scan type-tree to produce complete binding boilerplate
I applied patches 1-6. They touch only pyxl and didn't break the
build.
However patch 7 contains this:
> --- a/tools/libxl/libxl.idl Tue Jan 11 16:01:07 2011 +0000
> +++ b/tools/libxl/libxl.idl Tue Jan 11 16:01:08 2011 +0000
...
> - ("features", string, True),
> + ("features", string),
This makes a substantive change to both the interface and the
generated code, and wasn't mentioned in the comment. I'm not
convinced it's a change that's appropriate during feature freeze.
So I'm pushing 1-6 and the rest will have to wait for after the 4.1
release, I'm afraid.
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 00 of 10] libxl python binding updates, Gianni Tedesco
- [Xen-devel] [PATCH 02 of 10] pyxl: Un-muddle libxl_domain_(pause|unpause) wrappers, Gianni Tedesco
- [Xen-devel] [PATCH 01 of 10] pyxl: Fix reference counting of Py_(None|True|False), Gianni Tedesco
- [Xen-devel] [PATCH 03 of 10] pyxl: Export relevant integer constants from python wrapper, Gianni Tedesco
- [Xen-devel] [PATCH 04 of 10] pyxl: Allow subclassing of auto-generated python types, Gianni Tedesco
- [Xen-devel] [PATCH 05 of 10] pyxl: Export PCI passthrough related libxl functions, Gianni Tedesco
- [Xen-devel] [PATCH 06 of 10] pyxl: Updates to builtin-type marshalling functions, Gianni Tedesco
- [Xen-devel] [PATCH 09 of 10] xl: Implement enum types in IDL, Gianni Tedesco
- [Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan type-tree to produce complete binding boilerplate, Gianni Tedesco
- Re: [Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan type-tree to produce complete binding boilerplate,
Ian Jackson <=
- Re: [Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan type-tree to produce complete binding boilerplate, Stefano Stabellini
- Re: [Xen-devel] [PATCH 07 of 10] pyxl: Recursively scan type-tree to produce complete binding boilerplate, Gianni Tedesco
[Xen-devel] [PATCH 10 of 10] pyxl: Export libxl_domain_create_new() to python binding, Gianni Tedesco
[Xen-devel] [PATCH 08 of 10] xl: support array types in IDL, Gianni Tedesco
Re: [Xen-devel] [PATCH 00 of 10] libxl python binding updates, Gianni Tedesco
|
|
|
|
|