From: Bin Ren <bin.ren@gmail.com>
To: Deepak Manohar <mjdeepak@gmail.com>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: simple backend, frontend
Date: Wed, 17 Nov 2004 19:49:58 +0000 [thread overview]
Message-ID: <8ae780250411171149333c9e99@mail.gmail.com> (raw)
In-Reply-To: <fdef3c240411171027e2c31e4@mail.gmail.com>
> 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
next prev parent reply other threads:[~2004-11-17 19:49 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-11 15:37 simple backend, frontend Deepak Manohar
2004-11-11 16:07 ` Mark A. Williamson
2004-11-11 16:18 ` Andrew Warfield
2004-11-11 19:21 ` Deepak Manohar
2004-11-11 19:33 ` Andrew Warfield
2004-11-11 20:11 ` Steven smith
2004-11-11 21:49 ` Mark A. Williamson
2004-11-12 8:22 ` Keir Fraser
2004-11-12 21:03 ` Deepak Manohar
2004-11-12 21:30 ` Mark A. Williamson
2004-11-14 15:34 ` Deepak Manohar
2004-11-14 15:42 ` Keir Fraser
2004-11-17 18:27 ` Deepak Manohar
2004-11-17 19:49 ` Bin Ren [this message]
2004-11-17 21:59 ` Keir Fraser
2004-11-18 17:45 ` Georgios Portokalidis
2004-11-18 17:50 ` Keir Fraser
2004-11-18 17:57 ` Georgios Portokalidis
2004-11-12 23:54 ` Adam Heath
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8ae780250411171149333c9e99@mail.gmail.com \
--to=bin.ren@gmail.com \
--cc=br260@cam.ac.uk \
--cc=mjdeepak@gmail.com \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.