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 mean the same thing as
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 includes a stub packa
> 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 package; for
>> now it
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 t
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 Ronald! Not a bad first
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 up.
First, the norma
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 += misc
>> SUBDIRS-y += e
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 ++