From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLDXI-0000gM-3S for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:52:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLDXC-0000fH-IX for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:52:26 -0400 Received: from [199.232.76.173] (port=60055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLDXC-0000f1-AK for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:52:22 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38895) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLDXB-0007Jt-F7 for qemu-devel@nongnu.org; Mon, 29 Jun 2009 05:52:21 -0400 Message-ID: <4A488ECD.4080701@redhat.com> Date: Mon, 29 Jun 2009 11:52:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Xen headers proto change References: <4A42C015.7040708@netfarm.it> In-Reply-To: <4A42C015.7040708@netfarm.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gianluigi Tiesi Cc: qemu-devel@nongnu.org On 06/25/09 02:08, Gianluigi Tiesi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > latest hg version of xen changed the proto of xc_linux_build: i.e. unstable? > /usr/src/qemu/hw/xen_domainbuild.c:272: error: too few arguments to function 'xc_linux_build' > > they appended an argument: > > int superpages: > populate memory in guest with superpages Hmm, bad. Requires some #ifdef foo to not break the build on older versions. I'll have a look next days. cheers, Gerd