All of lore.kernel.org
 help / color / mirror / Atom feed
* Help with Sending Event
@ 2013-08-14 12:02 Mina Jafari
  2013-08-14 12:35 ` Konrad Rzeszutek Wilk
  0 siblings, 1 reply; 2+ messages in thread
From: Mina Jafari @ 2013-08-14 12:02 UTC (permalink / raw)
  To: xen-devel@lists.xen.org, xen-users


[-- Attachment #1.1: Type: text/plain, Size: 547 bytes --]

Hi,
Can you give me an example code of " one guest sending an asynchronous event
to another domain " in xen?
I've found out I shoud go through these steps to do so:
1. Receiving guest creates a new, unbound port.
2. Receiving guest advertises the existence of the port (typically via the
Xen-
Store).
3. The sending guest creates a new port if it doesn’t have any free.
4. The sending guest binds its port to the remote one.
5. The sending guest sends the event.

but I didn't find the function,exactly to do some of them like step2.

[-- Attachment #1.2: Type: text/html, Size: 637 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Help with Sending Event
  2013-08-14 12:02 Help with Sending Event Mina Jafari
@ 2013-08-14 12:35 ` Konrad Rzeszutek Wilk
  0 siblings, 0 replies; 2+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-08-14 12:35 UTC (permalink / raw)
  To: Mina Jafari; +Cc: xen-users, xen-devel@lists.xen.org

On Wed, Aug 14, 2013 at 04:32:14PM +0430, Mina Jafari wrote:
> Hi,
> Can you give me an example code of " one guest sending an asynchronous event
> to another domain " in xen?
> I've found out I shoud go through these steps to do so:
> 1. Receiving guest creates a new, unbound port.
> 2. Receiving guest advertises the existence of the port (typically via the
> Xen-
> Store).

Look in the drivers/* of the Linux tree for any reference off 'ring-ref'

> 3. The sending guest creates a new port if it doesn’t have any free.
> 4. The sending guest binds its port to the remote one.
> 5. The sending guest sends the event.
> 
> but I didn't find the function,exactly to do some of them like step2.

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-08-14 12:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 12:02 Help with Sending Event Mina Jafari
2013-08-14 12:35 ` Konrad Rzeszutek Wilk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.