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

[Xen-users] exporting linux definition to xen hypervisor code.

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] exporting linux definition to xen hypervisor code.
From: Tej <bewith.tej@xxxxxxxxx>
Date: Thu, 13 Nov 2008 18:09:28 +0530
Cc: sam@xxxxxxxxxxxx
Delivery-date: Thu, 13 Nov 2008 04:40:07 -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:cc:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5GQBeorrO/dP4z4bCh03DopeqNjMsGOi8REiFzEVp5I=; b=Nzm5jnvxjWw8ozmkdk2T4Zbr8pXmSFApYKbwgQvAQqXdA/3WJ1rUBaN8zeDhpU0E0z Xj53p7DKUiOqfCPqjOnYwCZ3GOz2aus9Z1RZgK93Qj65hAqyvDUKkFTaRVAqGmgBLkb1 TntYe7pO78gWeOMagXCI7N63jfXO6V8va0BNc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type :content-transfer-encoding:content-disposition; b=PTIE3maTiUt9xea7zJ4Hgqr+Bs3zAvpcPkif709N+kRhlWQU79wM/sTcObKIg9Di4k hnQQw72oEYrg20k876MpnRwiTEqZ2SnSAzURmCyAmhQaDIiqFdoSsRYCNOYWU/7Vesxu y7D2JhYQidQCyspPglEp4I5c45bWGfACrSY84=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-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.


Hope question is clear.


thanks
-tej

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] exporting linux definition to xen hypervisor code., Tej <=