From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Ren Subject: Re: simple backend, frontend Date: Wed, 17 Nov 2004 19:49:58 +0000 Message-ID: <8ae780250411171149333c9e99@mail.gmail.com> References: Reply-To: br260@cam.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: xen-devel-admin@lists.sourceforge.net Errors-To: xen-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Deepak Manohar Cc: xen-devel@lists.sourceforge.net List-Id: xen-devel@lists.xenproject.org > 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 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