Re: [Xen-devel] [PATCH v4 01/14] golang/xenlight: Create stub package

2017-03-23 Thread Ronald Rojas
On Mon, Mar 20, 2017 at 05:51:03PM +, George Dunlap wrote: > On Thu, Mar 16, 2017 at 7:08 PM, Ronald Rojas wrote: > > Create a basic Makefile to build and install libxenlight Golang > > bindings. Also add a stub package which only opens libxl context. > > > > Include a global xenlight.Ctx vari

Re: [Xen-devel] [PATCH v4 01/14] golang/xenlight: Create stub package

2017-03-23 Thread Ronald Rojas
On Mon, Mar 20, 2017 at 02:45:30PM +, George Dunlap wrote: > On Thu, Mar 16, 2017 at 7:08 PM, Ronald Rojas wrote: > > Create a basic Makefile to build and install libxenlight Golang > > bindings. Also add a stub package which only opens libxl context. > > > > Include a global xenlight.Ctx vari

Re: [Xen-devel] [PATCH v4 01/14] golang/xenlight: Create stub package

2017-03-20 Thread George Dunlap
On Thu, Mar 16, 2017 at 7:08 PM, Ronald Rojas wrote: > Create a basic Makefile to build and install libxenlight Golang > bindings. Also add a stub package which only opens libxl context. > > Include a global xenlight.Ctx variable which can be used as the > default context by the entire program if

Re: [Xen-devel] [PATCH v4 01/14] golang/xenlight: Create stub package

2017-03-20 Thread George Dunlap
On Thu, Mar 16, 2017 at 7:08 PM, Ronald Rojas wrote: > Create a basic Makefile to build and install libxenlight Golang > bindings. Also add a stub package which only opens libxl context. > > Include a global xenlight.Ctx variable which can be used as the > default context by the entire program if

[Xen-devel] [PATCH v4 01/14] golang/xenlight: Create stub package

2017-03-16 Thread Ronald Rojas
Create a basic Makefile to build and install libxenlight Golang bindings. Also add a stub package which only opens libxl context. Include a global xenlight.Ctx variable which can be used as the default context by the entire program if desired. For now, return simple errors. Proper error handling