I am aware of libvchan, I came up the idea studing how libvchan works.
But at some point, libvchan sends some data to the other domain using
xenstore (which ends up writing to some device /proc/xen/xenbus). I want
to implement something in kernel so I want to understand what exactly is
going on in
On May 28, 2016, at 10:46, Michalis wrote:
>
> I want two domains (let's say Dom1 and Dom2) insert a module (lets say
> mymodule.ko) and in kernel space exchange some information.
You may want to look at libvchan, https://www.cs.uic.edu/~xzhang/vchan/
Rich
_