From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonkery Huang Subject: Re: [PATCH] tools: remove type parameter from xc_physdev_map_pirq{, _msi}() Date: Tue, 12 Aug 2008 16:51:19 +0800 Message-ID: <48A14F07.1060203@oracle.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org I always use "hg pull" to update which may cause this issue. Keir Fraser wrote: > On 12/8/08 09:07, "Jonkery Huang" wrote: > > >> Hi, >> >> When build the latest xen-unstable(c/s 18311), run into a compilation error: >> make[4]: Entering directory >> > > It looks to me like you don't have latest xen-unstable checked out. The > error looks like qemu-xen-unstable is trying to use a 4-argument form of > xc_physdev_map_pirq(), which is the new form. The prototype in xenctrl.h in > your xen-unstable is therefore probably out of date. > > -- Keir > > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel > -- Thanks, J