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] Exporting Linux defination to Xen Hypervisor.

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Exporting Linux defination to Xen Hypervisor.
From: Tej <bewith.tej@xxxxxxxxx>
Date: Thu, 13 Nov 2008 18:31:43 +0530
Delivery-date: Thu, 13 Nov 2008 05:02:09 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=jS9RTCWY0EO9VswvgEnP1QV7jkPKyLCnDU1+/UhTGno=; b=xRuNrbRcOJiuS548XX90zuMQnoHEkZQysq/US9neXPFiG+bGQO8d4MFOpSckhfSRxA 9Q/aQRQAS2MskuV9BPGU6hzfr4Ymcicabq9zBzqqEg/wS6biII6MSq9tQh1a8Q4BDVdF Qkh7RcdqHsDqVK944KRs5M4yQE56HC6V2CLHc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Jqfy2m8wewD9WqFcF9AlsqNK59IK7ifIUEoVc70gz5KV9fZ5HZBV/gBv/ZnFpt2BSS KTfOGaBHmVugeqhaFb3/oWIdlLh3SwK8Kru/vEXGrBnsrUSLqYUrGdUQE52AyIuMbqbC +K/fxiuWytx38APlAcay09lmEingXgsJ6amo8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Is it possible to use the definition and header files provided by
 Linux kernel in XEN code.
 I could see that xen/arch/ia64 uses lot of linux kernel code but
 couldn't able to debug the makefile correctly.

 PS. I have tried  following
 1. include linux header in my makefile as
 CFLAGS += -I$(BASEDIR)/../../linux-2.6.18-xen.hg/include
 it gives me error as there will be similar header files.
 even if i could able to do it successfully all defination will be undefined.

 SO is there any way to do  it other that rewriting defination in xen
 separately.


I hope i concern is valid.

 thanks
-tej

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Exporting Linux defination to Xen Hypervisor., Tej <=