|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Daemon on XEN
On Fri, Sep 10, 2010 at 4:09 PM, Carlo Maiero <zesster@xxxxxxxxx> wrote:
> I've looked to the files and the "definitive" standard guide to the xen
> Hypervision,
> and i'm a bit confused.
> The standard way to exchange data makes a device_channel from domX to domY.
> so we have a page in the shared memory.
> but I've to send messages from xend to a daemon running on the same machine
> (dom0).
> maybe i've to start step by step, how can i set up the ring?
I'm afraid I really can't give you any more than what I've said already:
* Define a ring structure for the page. (Lots of examples around the code.)
* Have Xen allocate the page.
* Have a way for your dom0 daemon to ask Xen what the mfn of the page is
* Have the daemon map the page
* Have an event channel so Xen can wake the dom0 daemon when there's
data to read
Open source projects mean coders need to be able to read and imitate
existing code, without much guidance. We'll point you in the right
direction if we can, but you'll have to make most of the progress
yourself.
-George
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|