[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] error binding to event channel
Jacob Gorm Hansen wrote: hi, I am trying to bind an event channel to my domain using the following code: OK I have it sorted now, using a constant port number at the domU end, the code looks like this: int p1=0; int p2=0; int r; p2=14; r = xc_evtchn_bind_interdomain(xc_handle, DOMID_SELF,domu_dom_id, &p1,&p2); r = xc_evtchn_send(xc_handle, p1); and on the receiving end: int my_irq = bind_evtchn_to_irq(14); printk("bound irq %d\n", my_irq);int r = request_irq(my_irq, my_interrupt_handler, SA_SAMPLE_RANDOM, , "myirq", 0); Jacob ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |