From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 14/15] xen/arm: Add vgic support for GIC v3 Date: Thu, 10 Apr 2014 13:08:32 +0100 Message-ID: <1397131712.9862.157.camel@kazak.uk.xensource.com> References: <1396612593-443-1-git-send-email-vijay.kilari@gmail.com> <1396612593-443-15-git-send-email-vijay.kilari@gmail.com> <1397125402.9862.102.camel@kazak.uk.xensource.com> <1397127066.9862.123.camel@kazak.uk.xensource.com> <1397129195.9862.135.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vijay Kilari Cc: Stefano Stabellini , Prasun Kapoor , Vijaya Kumar K , Julien Grall , xen-devel@lists.xen.org, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Thu, 2014-04-10 at 17:08 +0530, Vijay Kilari wrote: > On Thu, Apr 10, 2014 at 4:56 PM, Ian Campbell wrote: > > On Thu, 2014-04-10 at 16:49 +0530, Vijay Kilari wrote: > > > >> I mean, I don't have V2 hardware to test any trivial changes that I do to > >> GIC v2. In all my patches, I am not making any changes to functionality of > >> v2 except code movement and changing names > > > > I can test it if necessary. Do you have access to fast models or > > anything similar? > > Currently I don't have one. I can setup. > Is it ok if I investigate on this later separately? I'm afraid that I don't want to add duplicated code to be cleaned up later. If this stuff can be shared then it should be done from the start. (These things have a habit of not happening otherwise). Ian.