Re: [RESEND PATCH 09/12] golang/xenlight: add DomainDestroy wrapper

2021-06-18 Thread George Dunlap
> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote: > > Add a wrapper around libxl_domain_destroy. > > Signed-off-by: Nick Rosbrook Reviewed-by: George Dunlap

[RESEND PATCH 09/12] golang/xenlight: add DomainDestroy wrapper

2021-05-24 Thread Nick Rosbrook
Add a wrapper around libxl_domain_destroy. Signed-off-by: Nick Rosbrook --- tools/golang/xenlight/xenlight.go | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/golang/xenlight/xenlight.go b/tools/golang/xenlight/xenlight.go index 65f93abe32..1e0ed109e4 100644 ---

[PATCH 09/12] golang/xenlight: add DomainDestroy wrapper

2021-04-28 Thread Nick Rosbrook
Add a wrapper around libxl_domain_destroy. Signed-off-by: Nick Rosbrook --- tools/golang/xenlight/xenlight.go | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tools/golang/xenlight/xenlight.go b/tools/golang/xenlight/xenlight.go index 65f93abe32..1e0ed109e4 100644 ---