|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] About special functions provided by xen
xc_vcpu_getcontext() is defined in tools/libxc/xc_domain.c
If you build xen from source, i"xen/include/public/" is in your source directory. If you install xen from existing binary packages, try to find if there is any -devel package.
you may include the corresponding .h file and then link with -lxenctrl (maybe I'm wrong. not very sure)
2008/3/9 张琳 < zhanglin_nk@xxxxxxx>:
Hello~~~~
I have to use some special functions provided by xen, such as xc_vcpu_getcontext(),xc_map_foreign_range() and so on.
I tried to find them in the Xen Interface Manuel, but failed. Does anyone know where they are?
And another problem: In the Xen Interface Manuel(Appendix A), "xen/include/public/" has been mentioned many times.But I havn't found such a directory in my computer.
I installed xen VMM when I installed the Fedora 8.I wonder to know that if I don't have those files provided by xen in my computer, what should I do?
Thanks~~~~
yours:Lin
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|