From: NAHieu <nahieu@gmail.com>
To: xen-devel@lists.xensource.com
Subject: recommended method to exchange information between dom0/domU?
Date: Wed, 3 Aug 2005 20:46:50 +0900 [thread overview]
Message-ID: <5d7aca9505080304463ac1d49d@mail.gmail.com> (raw)
Dear list,
I am writing a small kernel driver for domU, in which I want to
exchange some data with dom0. The data is not very big, but is
produced pretty often (based on kernel timer in domU). Could anybody
please advice me which method can be used ?
I am working in Xen 3, so I can imagine some methods like below:
- Use event channel to signal about new data between dom0-domU, then
use share memory to exchange the real data. This is the traditional
way in Xen 2.
- In domU, Use xenbus to signal the new data to dom0, then use share
memory to exchange real data
- Combine xenbus and grant table to exchange data (no need share
memory like above method).
Any comments and suggestions are hightly appreciated.
Thank you a lot,
Hieu
reply other threads:[~2005-08-03 11:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5d7aca9505080304463ac1d49d@mail.gmail.com \
--to=nahieu@gmail.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.