From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [RFC 20/22] xen/arm: gic: Expose the vGIC versions suported by GIC Date: Fri, 8 May 2015 14:48:23 +0100 Message-ID: <554CBEA7.60407@citrix.com> References: <1431091783-29090-1-git-send-email-julien.grall@citrix.com> <1431091783-29090-21-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.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Yqie9-0000KO-AE for xen-devel@lists.xenproject.org; Fri, 08 May 2015 13:48:57 +0000 In-Reply-To: <1431091783-29090-21-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 Cc: stefano.stabellini@citrix.com, tim@xen.org, ian.campbell@citrix.com List-Id: xen-devel@lists.xenproject.org On 08/05/15 14:29, Julien Grall wrote: > Some version of the GIC are able so support multiple versions of the > vGIC. > > For instance, some version of the GICv3 can as well support GICv2. > > Signed-off-by: Julien Grall