From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: pvops dom0 20090821 issue (msi) Date: Mon, 24 Aug 2009 16:37:13 -0700 Message-ID: <4A932429.4080309@goop.org> References: <4A8E6BDA.2080600@dschroeder.info> <20090824094357.GA32567@ub-qhe2> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20090824094357.GA32567@ub-qhe2> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Qing He Cc: Daniel Schroeder , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 08/24/09 02:43, Qing He wrote: > On Fri, 2009-08-21 at 17:41 +0800, Daniel Schroeder wrote: > >> Hi Jeremy, >> >> compilation[1] breaks with: >> >> grep -i msi .config >> CONFIG_ARCH_SUPPORTS_MSI=y >> # CONFIG_PCI_MSI is not set >> >> > Hi Daniel, > > The attached patch should fix this,and also another compilation error > of missing domid_t decalaration in drivers/xen/pci.c introduced by > map_pirq physop calls. > Could you repost with a commit comment and signed-off-by line? Thanks, J