From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: Re: APIC rework Date: Wed, 25 Nov 2009 10:59:19 -0800 Message-ID: <4B0D7E87.3010901@goop.org> References: <706158FABBBA044BAD4FE898A02E4BC201CD3207E0@pdsmsx503.ccr.corp.intel.com> <706158FABBBA044BAD4FE898A02E4BC201CD3A074E@pdsmsx503.ccr.corp.intel.com> <20091124194401.GA29566@phenom.dumpdata.com> <706158FABBBA044BAD4FE898A02E4BC201CD3A08EB@pdsmsx503.ccr.corp.intel.com> <20091125134144.GA2586@phenom.dumpdata.com> <706158FABBBA044BAD4FE898A02E4BC201CD419316@pdsmsx503.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC201CD419316@pdsmsx503.ccr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Zhang, Xiantao" Cc: "Jiang, Yunhong" , Xen-devel , "Han, Weidong" , Keir Fraser , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On 11/25/09 07:21, Zhang, Xiantao wrote: > In the function xen_create_msi_irq, there is one line as following to get the domid of the specified device, but a strange domid(0xfff0) is returned by this call, could you help to check whether this strange domid is from? > domid = rc = xenbus_walk( "/local/domain/0", get_domid_for_dev, dev); > That's DOMID_SELF. J