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

Re: [Xen-devel] simple backend, frontend

To: Deepak Manohar <mjdeepak@xxxxxxxxx>
Subject: Re: [Xen-devel] simple backend, frontend
From: Bin Ren <bin.ren@xxxxxxxxx>
Date: Wed, 17 Nov 2004 19:49:58 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 17 Nov 2004 21:31:41 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=a3+qFf5osjfZ8O67CncXbYrE7XUbXGqkG7U74emYP9a/lDrhMNzOt1eVBtUFVrK+pTH9xoP8/d8smQDcRLyW97NXX6rMcnE0Rsr3lmA+QJI2ST+qUOIdHrAieoibGIUDhmMaVCPpl9i4U4hqZgi8K+fhqFmLD9/pl1+ULjZAf9A=
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <fdef3c240411171027e2c31e4@xxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <fdef3c24041114073432d9a0bd@xxxxxxxxxxxxxx> <E1CTMWa-0005cy-00@xxxxxxxxxxxxxxxxx> <fdef3c240411171027e2c31e4@xxxxxxxxxxxxxx>
Reply-to: br260@xxxxxxxxx
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> i manually plan to install the module passing the eventchannel port.
> as a command line argument to the module. but i need to know if a
> linux kernel module can access the xen api such as
> "bind_evtchn_to_irq".

Most Xen API functions currently are not exported. When you try to
load the module, you should get "undefined symbol ......." for each
unexported global function/variable. Find their definitions and
EXPORT_SYMBOL(name); Don't forge to include <linux/module.h> in
corresponding files.

- Bin

-- 
Programs should be written for people to read,
and only incidentally for machines to execute.


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel