From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH] ignore writes to GICD_ICACTIVER ... GICD_ICACTIVERN Date: Thu, 3 Dec 2015 11:41:42 +0000 Message-ID: <56602A76.2080706@citrix.com> References: <5660387902000078000BBBD4@prv-mh.provo.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1a4SI0-0001fY-Na for xen-devel@lists.xenproject.org; Thu, 03 Dec 2015 11:43:08 +0000 In-Reply-To: <5660387902000078000BBBD4@prv-mh.provo.novell.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: Jan Beulich , Stefano Stabellini Cc: xen-devel , Ian Campbell List-Id: xen-devel@lists.xenproject.org On 03/12/15 11:41, Jan Beulich wrote: >>>> On 03.12.15 at 12:02, wrote: >> --- a/xen/arch/arm/vgic-v2.c >> +++ b/xen/arch/arm/vgic-v2.c >> @@ -315,11 +315,10 @@ static int vgic_v2_distr_mmio_write(struct vcpu *v, mmio_info_t *info) >> return 0; >> >> case GICD_ICACTIVER ... GICD_ICACTIVERN: >> - if ( dabt.size != DABT_WORD ) goto bad_width; >> - printk(XENLOG_G_ERR >> + gdprintk(XENLOG_DEBUG, >> "%pv: vGICD: unhandled word write %#"PRIregister" to ICACTIVER%d\n", >> v, *r, gicd_reg - GICD_ICACTIVER); > > Do you really mean to print two domain/vcpu ID pairs here, the more > that I suppose v == current? v is not necessarily the current vCPU. Regards, -- Julien Grall