[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Xen-devel] Dom0-DomU communication
As an example of small files being passed through Xenstore, look
in the xen source tree under tools/xenballoon/xenballoond in the function send_memory_stats(),
which passes the contents of /proc/meminfo and /proc/vmstat via
xenstore from a domU to dom0. Note that the domU must have xenstore tools
installed on it (which is often not installed by default).
Also note that this has likely never been tested with larger
files or under heavy system loads, so probably shouldn’t be relied on in
a real production environment. That’s what networks (and iSCSI and SANs
and NFS) are designed for.
From: David
[mailto:admin@xxxxxxxxxxx]
Sent: Friday, February 19, 2010 1:36 AM
To: Akshay Joglekar
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-devel] Dom0-DomU communication
No not really, Go through a network for that.
It is really designed for small amounts of data, usually
configuration related.
In your original post you did say "in order to send
simple data such as a character string.",
for this use case I would use the xenstore, although its
easy to read/write to the xenstore in Linux guests, i'm not sure if the same
utilities are available in Windows.
On 18 February 2010 23:19, Akshay Joglekar <akshayj_18@xxxxxxxxxxx> wrote:
Hi David,
Thanks for the reply. Can the XenStore also be used for transferring large
amounts of data like a file? If not what can be used for file transfers
between dom0 and domU?
Akshay
--- On Thu, 18/2/10, David <admin@xxxxxxxxxxx> wrote:
From: David <admin@xxxxxxxxxxx>
Subject: Re: [Xen-devel] Dom0-DomU communication
To: "Akshay Joglekar" <akshayj_18@xxxxxxxxxxx>
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Date: Thursday, 18 February, 2010, 3:51 AM
The Xenstore
On 17 February 2010 22:00, Akshay Joglekar <akshayj_18@xxxxxxxxxxx>
wrote:
Hi all,
I want to establish communication between dom0 and domU in order to send
simple data such as a character string. What is the best way to go about
this?
Any help is greatly appreciated. Thanks in advance.
Akshay
|
Your Mail works best with the New Yahoo Optimized IE8. Get it NOW!.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
-----Inline Attachment Follows-----
|
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|