|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] how to use the xen functions
I need to use the function "ctrl_if_send_message_block" in my kernel
module running in Dom0. This function is provided
in 2.6.9-sparse/arch/xen/kernel/ctrl_if.c, however, when I tried to insert
the
module, I got the error message "unresolved symbol
ctrl_if_send_message_block". Looks like the function is not exported. So I
go to 2.6.9-sparse/arch/xen/kernel/ctrl_if.c to add the following line:
EXPORT_SYMBOL(ctrl_if_send_message_block);
But after compilation and reboot, I still got the same error message. Can
someone give me some advice on how to use xen provided functions?
Thanks a lot.
Xin
-------------------------------------------------------
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
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] how to use the xen functions,
Xin Zhao <=
- Message not available
|
|
|
|
|