|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Handle for events?
Sorry,
But from what I read I may not get notifications on /dev/xen/evtchn if my xen-evtchn module is not functioning. However if it is statically compiled it wont be found as a module. I can confirm it's working by checking if there are directories in my /proc/xen
correct me if I am wrong.
I am calling notify() and I am getting a return value 0 but no notification mesages in /dev/xen/evtchn
-- Srujan D. Kotikela
On Wed, Sep 29, 2010 at 11:29 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
On 09/29/2010 09:27 AM, Srujan D. Kotikela wrote:
> I called the xc_evtchn_notify(). But I see no message/notification in
> /dev/xen/evtchn (in either DomU or Dom0). I did a little research and
> found there might be problem with my xen-evtchn module. However it is
> statically compiled into my kernel and i can see the following
> contents in /proc/xen
>
> ls /proc/xen/
> balloon capabilities privcmd xenbus xsd_kva xsd_port
/proc/xen is not the same as /dev/xen
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|