Re: [Xen-devel] [PATCH RFC 7/8] golang/xenlight: Implement libxl_scheduler enumeration

2017-02-01 Thread George Dunlap
On 23/01/17 16:43, Ronald Rojas wrote: > Include both constants and a Stringification for libxl_scheduler. > > Signed-off-by: George Dunlap > Signed-off-by: Ronald Rojas > --- > tools/golang/xenlight/xenlight.go | 62 > +++ > 1 file changed, 62 insertions(+)

[Xen-devel] [PATCH RFC 7/8] golang/xenlight: Implement libxl_scheduler enumeration

2017-01-23 Thread Ronald Rojas
Include both constants and a Stringification for libxl_scheduler. Signed-off-by: George Dunlap Signed-off-by: Ronald Rojas --- tools/golang/xenlight/xenlight.go | 62 +++ 1 file changed, 62 insertions(+) diff --git a/tools/golang/xenlight/xenlight.go b/tool