|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Unable to bind two domains for event channel
Hi,
what is the wrapper for EVTCHNOP_send ?
-- Srujan D. Kotikela
On Mon, Sep 27, 2010 at 2:35 PM, Srujan D. Kotikela <ksrujandas@xxxxxxxxx> wrote:
Hi Keir,
Thanks a lot. It worked. I misunderstood the documentation (function prototype) or should it be corrected?
evtchn_port_or_error_t xc_evtchn_bind_interdomain(int xce_handle, int domid, evtchn_port_t remote_port);
-- Srujan D. Kotikela
On Mon, Sep 27, 2010 at 2:31 PM, Keir Fraser <keir@xxxxxxx> wrote:
On 27/09/2010 20:24, "Srujan D. Kotikela" < ksrujandas@xxxxxxxxx> wrote:
> My src_port is not getting allocated. I am getting -1 (error) as the return
> value for xc_evtchn_bind_interdomain. Can anyone help me with this?
You should be passing remote_dom to xc_evtchn_bind_interdomain(), not dom.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|