mjfeeney@hotmail.com
2006-Jul-27 18:05 UTC
[Xen-users] Location of the Xen hypercall function prototypes
Hello, I am running Xen 3.0 with the openSuse 10.1 (kernel 2.6.16) distribution. I want to use some of the Xen hypercalls. Unfortunately, I can''t find the function prototypes. The Xen 3.0 Interface Guide, in Appendix A, does not identify where these prototypes are located. Specifically, I am looking for the memory_op() and xen_version() functions. I grep-ed the entire linux/include/xen/ directory and could not find the prototypes. Does anyone know where these prototypes are located? Thanks - Martin _________________________________________________________________ Try Live.com: where your online world comes together - with news, sports, weather, and much more. http://www.live.com/getstarted _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Andrei Petrov
2006-Jul-27 20:58 UTC
Re: [Xen-users] Location of the Xen hypercall function prototypes
On Thu, 2006-07-27 at 14:05 -0400, mjfeeney@hotmail.com wrote:> Hello, > > I am running Xen 3.0 with the openSuse 10.1 (kernel 2.6.16) > distribution. I want to use some of the Xen hypercalls. > Unfortunately, I can''t find the function prototypes. The Xen 3.0 > Interface Guide, in Appendix A, does not identify where these > prototypes are located. Specifically, I am looking for the memory_op > () and xen_version() functions. > > I grep-ed the entire linux/include/xen/ directory and could not find > the prototypes. > > Does anyone know where these prototypes are located? >They are part of linux kernel implementation and so located in asm-i386/mach-xen/asm. I don''t know if SUSE has them installed into system directories, if not then search in source rpm. Andrei _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users