From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v7a 00/14] GIC and VGIC code refactoring Date: Tue, 01 Jul 2014 12:06:29 +0100 Message-ID: <53B29635.8070700@linaro.org> References: <1404196882-23473-1-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1404196882-23473-1-git-send-email-vijay.kilari@gmail.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: vijay.kilari@gmail.com, Ian.Campbell@citrix.com, stefano.stabellini@eu.citrix.com, stefano.stabellini@citrix.com, tim@xen.org, xen-devel@lists.xen.org Cc: Prasun.Kapoor@caviumnetworks.com, vijaya.kumar@caviumnetworks.com List-Id: xen-devel@lists.xenproject.org Hi Vijay, On 07/01/2014 07:41 AM, vijay.kilari@gmail.com wrote: > Major changes in v7a: > - Made changes to send_SGI() to pass NULL as cpu_mask for > sgi modes which does not require cpu mask > - Renamed update_cpu_lr_mask() clear_cpu_lr_mask() > - used writeb_relaxed() to access ITARGETR & IPRIORITYR > registers > > Major changes in v6a: > - Changed send_SGI parameters ordering > - coding styles and missing comments > - New patch (17) to check for idle domain before saving GIC context > - Introduced new callback in vgic handler for handling SGI > > Major changes in v5: > - Introduced new patch for checking platform capability for gicv3 > - Introduced more patches for vgic clean up and code movement > - Added synchronization barriers and clean up in GICv3 driver > - Rebase on top of master branch + > remotes/origin/no_maintenance_interrupts-v8 patch set > - Code base available in github > git clone https://github.com/vijaykilari/Xen-GICv3.git It would be nice if you update your repo every time you send a new series. It will avoid us to try to find your base version. Regards, -- Julien Grall