[libvirt] [go PATCH 0/8] Refactor the way typed parameters are handled

Daniel P. Berrangé berrange at redhat.com
Thu Jan 31 13:16:44 UTC 2019


On Thu, Jan 24, 2019 at 01:16:59PM +0000, Daniel P. Berrangé wrote:
> Go 1.12 breaks our current typed parameter handling as it appears to be
> deciding some various are no longer live & free'ing them. Mixing go
> allocated memory with C API calls often trips with this kind of thing.
> This series thus changes the code to use C allocated memory for typed
> parameter arrays and use the libvirt APIs where possible.
> 
> I'm not sure if anyone on list feels like reviewing this Go code or not.
> Most of the time I've just pushed Go changes directly, but I figure putting
> it out for review might help people spread the knowledge of the Go
> bindings

Been a week so I presume no one cares abuot review & I'll push this

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|




More information about the libvir-list mailing list