Re: [Xen-devel] [PATCH] golang/xenlight: add missing arguments to libxl_domain_shutdown/reboot

2019-11-15 Thread Nick Rosbrook
> Actually this has already been submitted and Release-acked here: > > https://patchew.org/Xen/20191023162358.7222-1-george.dun...@citrix.com/ Ah thanks, I remember seeing that now but I confused it with the *very* similar patch for libxl_domain_pause/unpause. -NR

Re: [Xen-devel] [PATCH] golang/xenlight: add missing arguments to libxl_domain_shutdown/reboot

2019-11-15 Thread George Dunlap
On 11/14/19 10:44 PM, Nick Rosbrook wrote: > From: Nick Rosbrook > > These functions now have a third parameter of type const *libxl_asyncop_how. > > Pass nil for this argument to fix compilation and maintain the > synchronous behavior. > > Signed-off-by: Nick Rosbrook Actually this has

[Xen-devel] [PATCH] golang/xenlight: add missing arguments to libxl_domain_shutdown/reboot

2019-11-14 Thread Nick Rosbrook
From: Nick Rosbrook These functions now have a third parameter of type const *libxl_asyncop_how. Pass nil for this argument to fix compilation and maintain the synchronous behavior. Signed-off-by: Nick Rosbrook --- tools/golang/xenlight/xenlight.go | 4 ++-- 1 file changed, 2 insertions(+),