[Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-22 Thread Ronald Rojas
Create a basic Makefile to build and install libxenlight Golang bindings. Also add a stub package. --- Eventually this patch will contain the actual bindings package; for now it just includes a stub package. To Do: - Have configure detect golang bindings properly CC: xen-devel

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-21 Thread Ronald Rojas
On Fri, Dec 16, 2016 at 12:27:31PM +0800, George Dunlap wrote: > On Fri, Dec 16, 2016 at 7:20 AM, Ronald Rojas wrote: > > Create a basic Makefile to build and install libxenlight Golang > > bindings. Also add a template. > > What's this template again? I use 'template' to

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-15 Thread George Dunlap
On Fri, Dec 16, 2016 at 7:20 AM, Ronald Rojas wrote: > Create a basic Makefile to build and install libxenlight Golang > bindings. Also add a template. What's this template again? > > --- > > Eventually this patch will contain the actual bindings package; for > now it just

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-15 Thread George Dunlap
> On Dec 16, 2016, at 11:20 AM, Doug Goldstein wrote: > > On 12/15/16 5:20 PM, Ronald Rojas wrote: >> Create a basic Makefile to build and install libxenlight Golang >> bindings. Also add a template. >> >> --- >> >> Eventually this patch will contain the actual bindings

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-15 Thread Doug Goldstein
On 12/15/16 5:20 PM, Ronald Rojas wrote: > Create a basic Makefile to build and install libxenlight Golang > bindings. Also add a template. > > --- > > Eventually this patch will contain the actual bindings package; for > now it just includes a stub package. > So I'm curious why the interest

[Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-15 Thread Ronald Rojas
Create a basic Makefile to build and install libxenlight Golang bindings. Also add a template. --- Eventually this patch will contain the actual bindings package; for now it just includes a stub package. To Do: - Have configure detect golang bindings properly CC: xen-devel

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-12-01 Thread Ronald Rojas
On Wed, Nov 30, 2016 at 12:30:04PM +1100, George Dunlap wrote: > On Tue, Nov 29, 2016 at 4:18 AM, Ronald Rojas wrote: > > Created basic Makfele for the Golang xenlight > > project so that the project is built and > > installed. A template template is alo added. > > Thanks

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-11-29 Thread George Dunlap
On Tue, Nov 29, 2016 at 4:18 AM, Ronald Rojas wrote: > Created basic Makfele for the Golang xenlight > project so that the project is built and > installed. A template template is alo added. Thanks Ronald! Not a bad first submission, but a lot of things that need tightening

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-11-29 Thread George Dunlap
On Tue, Nov 29, 2016 at 6:19 PM, Wei Liu wrote: > On Mon, Nov 28, 2016 at 12:18:03PM -0500, Ronald Rojas wrote: >> diff --git a/tools/Makefile b/tools/Makefile >> index 71515b4..b89f06b 100644 >> --- a/tools/Makefile >> +++ b/tools/Makefile >> @@ -11,6 +11,7 @@ SUBDIRS-y +=

Re: [Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-11-28 Thread Wei Liu
On Mon, Nov 28, 2016 at 12:18:03PM -0500, Ronald Rojas wrote: > Created basic Makfele for the Golang xenlight Makefile. > project so that the project is built and > installed. A template template is alo added. Duplicated "template". > --- > tools/Makefile| 15

[Xen-devel] [PATCH RFC] tools/xenlight: Create xenlight Makefile

2016-11-28 Thread Ronald Rojas
Created basic Makfele for the Golang xenlight project so that the project is built and installed. A template template is alo added. --- tools/Makefile| 15 +++ tools/golang/xenlight/Makefile| 29 + tools/golang/xenlight/xenlight.go |