WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] how to use the xen functions

To: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] how to use the xen functions
From: Xin Zhao <zhaoxin@xxxxxxxxxxxxxx>
Date: Wed, 1 Dec 2004 19:14:11 -0500 (EST)
Delivery-date: Thu, 02 Dec 2004 00:15:24 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
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>