Re: [Xen-devel] [PATCH v2] golang/xenlight: Add libxl_utils support

2019-07-18 Thread George Dunlap
> On Jun 28, 2019, at 9:01 PM, George Dunlap wrote: > > > >> On Jun 28, 2019, at 5:32 PM, George Dunlap wrote: >> >> On 6/28/19 9:25 AM, Nicolas Belouin wrote: >>> The Go bindings for libxl miss functions from libxl_utils, let's start >>> with the simple libxl_domid_to_name and its counterp

Re: [Xen-devel] [PATCH v2] golang/xenlight: Add libxl_utils support

2019-06-28 Thread George Dunlap
> On Jun 28, 2019, at 5:32 PM, George Dunlap wrote: > > On 6/28/19 9:25 AM, Nicolas Belouin wrote: >> The Go bindings for libxl miss functions from libxl_utils, let's start >> with the simple libxl_domid_to_name and its counterpart >> libxl_name_to_domid. >> >> Signed-off-by: Nicolas Belouin

Re: [Xen-devel] [PATCH v2] golang/xenlight: Add libxl_utils support

2019-06-28 Thread George Dunlap
On 6/28/19 9:25 AM, Nicolas Belouin wrote: > The Go bindings for libxl miss functions from libxl_utils, let's start > with the simple libxl_domid_to_name and its counterpart > libxl_name_to_domid. > > Signed-off-by: Nicolas Belouin Just for future reference, below your SoB, it's good practice to

[Xen-devel] [PATCH v2] golang/xenlight: Add libxl_utils support

2019-06-28 Thread Nicolas Belouin
The Go bindings for libxl miss functions from libxl_utils, let's start with the simple libxl_domid_to_name and its counterpart libxl_name_to_domid. Signed-off-by: Nicolas Belouin --- tools/golang/xenlight/xenlight_utils.go | 55 + 1 file changed, 55 insertions(+) create