search for: xvifgetinfo

Displaying 1 result from an estimated 1 matches for "xvifgetinfo".

2003 Dec 09
2
modules and hypercall
Hello, I''m trying to write a module to play with hypercall. So I wrote the following module: -------------------------xvifgetinfo.c---------------- /* * xvifgetinfo.c * * The routines in this file are used to get information about virtual * network interface provide by Xen. * */ #include <linux/module.h> #include <linux/init.h> #include <linux/kernel.h> #include <hypervisor-ifs/hypervisor-if.h&...