Re: [Xen-devel] [PATCH v5 3/3] golang/xenlight: implement array Go to C marshaling

2020-01-16 Thread George Dunlap
On 1/4/20 9:00 PM, Nick Rosbrook wrote: > Signed-off-by: Nick Rosbrook Reviewed-by: George Dunlap ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH v5 3/3] golang/xenlight: implement array Go to C marshaling

2020-01-04 Thread Nick Rosbrook
Signed-off-by: Nick Rosbrook --- Changes in v5: - Remove dispose_fn from parameter list in xenlight_golang_array_to_C since it's no longer needed. - Update call to toC for elements of arrays of structs so that it matches the new function signature of toC. - Do not try to marshal zero-length