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

Re: [Xen-devel] In which library can I find these functions ?



On Tue, Jan 29, SÃbastien FrÃmal wrote:

> The code is compiling, but when I try to launch the insert the module, I get
> error messages :
> 
> [95265.790842] shmxen: Unknown symbol gnttab_grant_foreign_access (err 0)
> [95265.790855] shmxen: Unknown symbol xen_features (err 0)
> [95265.790865] shmxen: Unknown symbol get_phys_to_machine (err 0)
> Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ
> I'm searching for libraries to link with the module so it can use these

drivers/xen/grant-table.c:EXPORT_SYMBOL_GPL(gnttab_grant_foreign_access);
drivers/xen/features.c:EXPORT_SYMBOL_GPL(xen_features);
arch/x86/xen/p2m.c:EXPORT_SYMBOL_GPL(get_phys_to_machine);

The posted code is not marked as GPL, so the module linking code will
not consider the required functions.

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

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