From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Xen spinlock questions Date: Mon, 11 Aug 2008 11:11:19 -0700 Message-ID: <48A080C7.4010003@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Keir Fraser wrote: > Could you try with the attached lock-free patch? > Just to confirm: this will definitely cause SCHED_poll to return if any event is delivered to the polling vcpu, right? It won't restart the poll after event delivery? Looks good otherwise. J