[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] simple backend, frontend
> 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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |