[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] notification in xen
On Wed, Mar 21, 2012 at 2:17 PM, Jan Beulich <JBeulich@xxxxxxxx> wrote:
>> But is there no other way to find out what happens at the remote end after > it receives the notification? Jan Then how does inter-domain communication happen?? A simple split device driver implementation
Âblkfront wants to access data
-queue a âread requestâ into memory it shares with blkback
-notify blkback in dom0 using an event channel
blkback experiences an âinterruptâ as a result of the event sent to it
-looks in the shared memory to find the request
-executes the read operation
-puts a response in shared memoryÂ
-notifies blkfront in the domU using an event channel
blkfront experiences an âinterruptâ due to the event sent to it
-completes processing of the new data
How does thisÂnotificationÂwork? Could you please explain? if there are any sample codes i can refer to, that would be great! -- Nupur Ghatnekar _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |