[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] simple backend, frontend


  • To: Deepak Manohar <mjdeepak@xxxxxxxxx>
  • 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=
  • List-id: List for Xen developers <xen-devel.lists.sourceforge.net>

> 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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.