[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 18/19] libxl: suspend: Async evtchn wait
On Tue, 2014-03-04 at 14:56 +0000, Ian Jackson wrote: > When negotiating guest suspend via the evtchn ("fast") protocol, > abolish synchronous wait for domain suspend. > > If the guest supports the event channel suspend protocol, we used to > sit in a loop waiting for it to suspend. ^ in xc_await_suspend (I was looking for a loop being removed here) > Instead, use the new libxl event channel event facility. When we see > that the event is signaled, we look at the domain to see if it has > suspended. I was looking for a timeout case, but I see now that this is in the next patch. > So the suspend operation no longer blocks with the libxl ctx lock > held, and instead returns to the event loop. Additionally, domains > which signal the event channel themselves, or undergo other state > changes, will be handled more correctly. > > We end up making a few more hypercalls. > > Also, if we encounter errors setting up the suspend event channel > (which should not happen), abort the operation rather than falling > back to the xenstore protocol. > > Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> > CC: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Neither of the above comments necessitate a change (although you could clarify the commit message if you were so inclined): Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |