From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59673) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QetKd-0002vK-Qg for qemu-devel@nongnu.org; Thu, 07 Jul 2011 14:29:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QetKb-0002hE-Tm for qemu-devel@nongnu.org; Thu, 07 Jul 2011 14:29:47 -0400 Received: from server514a.exghost.com ([72.32.253.68]:4969 helo=server514.appriver.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QetKb-0002gr-5j for qemu-devel@nongnu.org; Thu, 07 Jul 2011 14:29:45 -0400 Received: from [72.32.253.162] (HELO fe07.exg4.exghost.com) by server514.appriver.com (CommuniGate Pro SMTP 5.4.1c) with ESMTP id 211867753 for qemu-devel@nongnu.org; Thu, 07 Jul 2011 13:28:07 -0500 Message-ID: <4E15FB17.3030803@virtualcomputer.com> Date: Thu, 07 Jul 2011 14:29:43 -0400 From: John Baboval MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Upstream Qemu With Xen configuration problem List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I find I have to point at the src directories, and not the dist directory. My extra-cflags looks something like this: --extra-cflags=-I /path/to/xen/tools/include -L /path/to/xen/tools/libxc -I /path/to/xen/tools/libxc -L /path/to/xen/tools/xenstore -I /path/to/xen/tools/xenstore' -John On 07/07/2011 01:17 PM, Daniel Castro wrote: > Greetings, > > I am trying to configure Xen4.2 unstable with upstream qemu. I am > running on a small problem when running the configuration of qemu, > Qemu Config can not find Xen. I have debugged the Configuration script > and the temp c file that qemu uses to detect xen version are returning > empty string, hence the config script can tell xen version. Xen with > staging branch works fine. > My configure call is as follows: > ./configure --enable-xen --target-list=i386-softmmu > --extra-cflags="-I/usr/src/xen-unstable.hg/dist/install/usr/include" > --extra-ldflags="-L/usr/src/xen-unstable.hg/dist/install/usr/lib" > --enable-debug > > The contents of /usr/src/xen-unstable.hg/dist/install/usr/include are: > blktaplib.h libxl.h temp.c xenguest.h xs_lib.h > fsimage_grub.h _libxl_types.h xen xenstat.h > fsimage.h libxl_utils.h xenctrl.h xentoollog.h > fsimage_plugin.h libxl_uuid.h xenctrlosdep.h xs.h > > The contents of /usr/src/xen-unstable.hg/dist/install/usr/lib are: > python2.7 xen > > Qemu is on master branch 744d3644181ddb16ef5944a0f9217e46961c8c84 > "pxa2xx_lcd: add proper rotation support" > Xen is on unstable branch 23608:2f63562df1c4 "libxl: Do not SEGV when > no 'removable' disk parameter in xenstore" > > I can change xen changeset freely, but I can not change qemu changeset > since I need some features present in qemu. > > Any help, or pointers are greatly appreciated. > > Thanks for your time, > > Daniel > > > > >