[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] use hypercall in kernel module
I'm not sure if you mean xen\include\asm-x86\hypercall.h or extras\mini-os\include\x86\x86_32\hypercall-x86_32.h, I guess it is the former one. Take HYPERVISOR_mmu_update as an example, the corresponding function in hypercall.h is: do_mmu_update( While in hypercall-x86_32.h, it is defined as: static inline int Can I use these functions directly in domU kernel? When using libxc/privcmd in domU userland, the arguments are converted into a suitable form using HYPERCALL_BUFFER_AS_ARG(arg), how should the arguments be conveyed when using from domU kernel? 2016-05-25 19:21 GMT+08:00 Julien Grall <julien.grall@xxxxxxx>:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |