WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: Upstream Qemu With Xen configuration problem

To: xen-devel@xxxxxxxxxxxxxxxxxxx, qemu-devel@xxxxxxxxxx
Subject: [Xen-devel] Re: Upstream Qemu With Xen configuration problem
From: Daniel Castro <evil.dani@xxxxxxxxx>
Date: Fri, 8 Jul 2011 16:38:06 +0900
Cc:
Delivery-date: Fri, 08 Jul 2011 00:38:58 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=N4qH3mN3/O4/aumC5QxK40w736iEjZNbuuDDGc0kGPI=; b=fnTyao7dazjFnYn6FTkw44tLb8lkk/9pcE7vR9GAHELQYz2UnzTpLi7l8yoC7tMVrU nVadJ1BxbC9G1pBo3S6oeFkBiRWaG8CHN6rSDI0Mz0WFBzCQsyPX6LU3BXvpNgAIaIuh Kcj9sYzJd+2ycsCOoE8rNUQ9Z9QyweELFUn30=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CAP2B85-E062SLFcmEH_K7PxeBwAqxkK8FFmtGeCqa2AZi7JPMw@xxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <CAP2B85-E062SLFcmEH_K7PxeBwAqxkK8FFmtGeCqa2AZi7JPMw@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
> Date: Thu, 07 Jul 2011 14:29:43 -0400
> From: John Baboval <john.baboval@xxxxxxxxxxxxxxxxxxx>
> To: qemu-devel@xxxxxxxxxx
> Subject: Re: [Qemu-devel] Upstream Qemu With Xen configuration problem
> Message-ID: <4E15FB17.3030803@xxxxxxxxxxxxxxxxxxx>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> 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'

Thanks John, that helped, I also found out that somehow I am missing
the file xc_e820.h from /usr/include I had to manually copy it to that
location and all is working now.



> -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
> >
> >
> >
> >
> >

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>