From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joby Poriyath Subject: Re: [PATCH v4] interrupts: allow guest to set/clear MSI-X mask bit Date: Thu, 15 Aug 2013 14:41:24 +0100 Message-ID: <20130815134123.GA13341@citrix.com> References: <20130815130511.GA13236@citrix.com> <520CF2F702000078000EC36A@nat28.tlf.novell.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 1V9xwA-00087N-F5 for xen-devel@lists.xenproject.org; Thu, 15 Aug 2013 13:50:02 +0000 Content-Disposition: inline In-Reply-To: <520CF2F702000078000EC36A@nat28.tlf.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 Cc: andrew.cooper3@citrix.com, malcolm.crossley@citrix.com, keir@xen.org, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Thu, Aug 15, 2013 at 02:25:43PM +0100, Jan Beulich wrote: > >>> On 15.08.13 at 15:05, Joby Poriyath wrote: > > --- a/xen/arch/x86/hvm/vmsi.c > > +++ b/xen/arch/x86/hvm/vmsi.c > > @@ -169,6 +169,7 @@ struct msixtbl_entry > > uint32_t msi_ad[3]; /* Shadow of address low, high and data */ > > } gentries[MAX_MSIX_ACC_ENTRIES]; > > struct rcu_head rcu; > > + struct pirq *pirq; > > Sill lacking the constification that Andrew suggested (and withdrew > for apparently no reason). Ah, I'm extremely sorry. I missed this. I'll send the updated patch. > > Jan > Joby