|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] How to use the functions provided by xen?
They are declared in tools/libxc/xenctrl.h. In fact,
these functions are called in many places. You can search them in source code
for reference.
Randy (Weidong)
Hello~~~
I need to use some functions provided by xen, such as
xc_vcpu_getcontext(), xc_map_foreign_ranger() and so on. I have find them in the
/libxc/xc_domain.c~~~
But I don't know how to use them in my program.
For example, if I need to use the function named printf(), I have to
include the header file <stdio.h>~~~ Now, I want to use these functions
provided by xen, which header files do I need to include?
Good
luck!
yours:Lin
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|