From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH for-4.5] xen/arm: Fix virtual timer on ARMv8 Model Date: Fri, 28 Nov 2014 13:10:07 +0000 Message-ID: <1417180207.23604.46.camel@citrix.com> References: <1416937469-8162-1-git-send-email-julien.grall@linaro.org> <5477671C.4010500@linaro.org> <1417175252.23604.15.camel@citrix.com> <54786F2E.5070501@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XuLJN-0007so-1N for xen-devel@lists.xenproject.org; Fri, 28 Nov 2014 13:10:13 +0000 In-Reply-To: <54786F2E.5070501@linaro.org> 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 Fri, 2014-11-28 at 12:48 +0000, Julien Grall wrote: > Hi Ian, > > On 28/11/14 11:47, Ian Campbell wrote: > > On Thu, 2014-11-27 at 18:02 +0000, Julien Grall wrote: > >> state at the GIC level. This would also avoid masking the output signal > >> and requires specific handling in the guest OS. > > > > "which requires"? > > > > It doesn't seem quite right to me otherwise, since context switching the > > virq state *removes* the need to have the guest do anything other than > > what it would do on native. > > I though the "avoid" would apply for both "masking" and "requires". I think it reads with the avoid binding tightly to the masking only. Possibly s/requires/requiring/ would have also corrected the meaning to what you intended, although I would have changed the "and" to "or" as well to make it less ambiguous. > > Assuming this is what you meant I propose (fixing some grammar etc as I > > go): > > > Thanks for the correction, I will use this version. Shall I put your > signed-off-by? I don't think that's needed, its was pretty small. (i.e. I wouldn't have added my S-o-b if I did it on commit). Ian.