From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 0/2] GICv3: Clean up + enable support on GICv4 Date: Mon, 21 Sep 2015 16:54:14 +0100 Message-ID: <56002826.60601@citrix.com> References: <1442244744-30190-1-git-send-email-julien.grall@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 1Ze3RM-0008Tw-B9 for xen-devel@lists.xenproject.org; Mon, 21 Sep 2015 15:55:40 +0000 In-Reply-To: <1442244744-30190-1-git-send-email-julien.grall@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: xen-devel@lists.xenproject.org, ian.campbell@citrix.com Cc: stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org Hi Ian, I think this series is all acked. Would it be possible to merge it in unstable? Regards, On 14/09/15 16:32, Julien Grall wrote: > Hi all, > > This small patch series allow Xen to run on platform reporting GICv4 > in the GIC*_PIDR2. > > Sincerely yours, > > Julien Grall (2): > xen/arm: gic-v3: Clean-up the GIC*_PIDR2_* definitions > xen/arm: gic-v3: Allow Xen to run on hardware reporting GICv4 > > xen/arch/arm/gic-v3.c | 8 ++++---- > xen/include/asm-arm/gic_v3_defs.h | 13 +++++-------- > 2 files changed, 9 insertions(+), 12 deletions(-) > -- Julien Grall