|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] HELP! how to export symbols in DomU?
> I asked this question several days ago. I am trying to export function
> "ctrl_if_send_message_block" to both Dom0 and DomU(linux24). I did
> "EXPORT_SYMBOL" in i386_ksyms.c" and compile the kernel with "make ARCH=xen
> linux24", then
> "make install". Now in Dom0, the symbol is exported successfully. I can
> insmod my kernel module. However, in DomU, insmod always complaint that
> "unresolved symbol". :(
>
> Any ideas? HELP, PLEASE!
Assuming that function and that EXPORT_SYMBOL are both compiled in an
unprivileged Linux build (which I think they should be), I don't see
that there ought to be any problem doing the insmod in -xenU.
-- Keir
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|