Re: [Xen-devel] [PATCH RFC 6/8] golang/xenlight: Implement libxl_bitmap and helper operations

2017-02-01 Thread George Dunlap
On 23/01/17 16:43, Ronald Rojas wrote: > Implement Bitmap type, along with helper functions. > > The Bitmap type is implemented interllay in a way which makes it > easy to copy into and out of the C libxl_bitmap type. > > Signed-off-by: George Dunlap > Signed-off-by:

[Xen-devel] [PATCH RFC 6/8] golang/xenlight: Implement libxl_bitmap and helper operations

2017-01-23 Thread Ronald Rojas
Implement Bitmap type, along with helper functions. The Bitmap type is implemented interllay in a way which makes it easy to copy into and out of the C libxl_bitmap type. Signed-off-by: George Dunlap Signed-off-by: Ronald Rojas ---