Re: [RESEND PATCH 12/12] golang/xenlight: add NotifyDomainDeath method to Context

2021-06-21 Thread Nick Rosbrook
On Fri, Jun 18, 2021 at 07:31:46PM +, George Dunlap wrote: > > > > On Jun 18, 2021, at 7:28 PM, George Dunlap wrote: > > > > > > > >> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote: > >> > >> Add a helper function to wait for domain death events, and then write > >> the events to a pr

Re: [RESEND PATCH 12/12] golang/xenlight: add NotifyDomainDeath method to Context

2021-06-18 Thread George Dunlap
> On Jun 18, 2021, at 7:28 PM, George Dunlap wrote: > > > >> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote: >> >> Add a helper function to wait for domain death events, and then write >> the events to a provided channel. This handles the enabling/disabling of >> the event type, freeing t

Re: [RESEND PATCH 12/12] golang/xenlight: add NotifyDomainDeath method to Context

2021-06-18 Thread George Dunlap
> On May 24, 2021, at 9:36 PM, Nick Rosbrook wrote: > > Add a helper function to wait for domain death events, and then write > the events to a provided channel. This handles the enabling/disabling of > the event type, freeing the event, and converting it to a Go type. The > caller can then han