From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] xen/arm: Handle platforms with edge-triggered virtual timer Date: Thu, 4 Dec 2014 13:27:11 +0000 Message-ID: <1417699631.22808.35.camel@citrix.com> References: <1417187826-5491-1-git-send-email-julien.grall@linaro.org> <1417528456.24320.37.camel@citrix.com> <547DC7DB.5040305@linaro.org> <1417530117.24320.50.camel@citrix.com> <547DCD73.9050202@linaro.org> <1417530970.24320.53.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XwWR9-0004OH-Lt for xen-devel@lists.xenproject.org; Thu, 04 Dec 2014 13:27:15 +0000 In-Reply-To: <1417530970.24320.53.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: xen-devel@lists.xenproject.org, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2014-12-02 at 14:36 +0000, Ian Campbell wrote: > > When executed, the softirq will notice that the timer has to be fired > > and therefore an interrupt will be injected to the guest. > > Perfect, thanks. Konrad RM-acked it, so I have committed with the tweaks I mentioned.