WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Sharing Memory between userspace of dom0 and userspace of do

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Sharing Memory between userspace of dom0 and userspace of domU
From: "Kareem Dana" <kareem.dana@xxxxxxxxx>
Date: Sun, 17 Feb 2008 18:54:57 -0500
Delivery-date: Sun, 17 Feb 2008 15:55:22 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=j0oQv8+PXduaFQRK5gwxBKsgW3aV8+eKwFd4fkg+zok=; b=Oqi5PS+3+HYgxONAhAEO72WMkpLt1NyS4lYWVpDEb33i8y5JSEBYBIphz7zXMVhCfeIo3RvWy+aA1TDLfItOMuKSI/TSKVNkC0kqiOQJW4yewYnuWLlgckLDn/pW18bliKdjjVlf2FJlucF1HNgM/pIYqDTeleKZGnhubSdXSL8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZU9j3NjSdYn6mHrc7cU1CS+vifvzY7cc/OV1o3zIbNsjH9JGRWX0jA4Fi14ve//1O6xQL28iIWrgvxFhICk6XsW1gvjS7P5oUWvoLo7cC+2QCs3GYBYgne1NGfyqTt1WZmI2ejaARFuFhr4sQuxHplLbK0wz4gk8M5uPuIA3MpY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I'm trying to better understand how xen shares memory between domains.
Ultimately what I would like to do is share memory between a userspace
tool in dom0 and a userspace application running in domU. Is that
currently possible?

The two methods for sharing memory that I found were grant tables and
using xc_map_foreign_range(). Grant tables seem to be just for kernel
space? I found xc_gnttab_map_grant_ref and other xc_gnttab_ userspace
API, but that requires a grant reference and I don't see a way to
generate or even get a grant reference from userspace.

Second, I tried xc_map_foreign_range() from my dom0 userspace program.
I started up a userspace program in domU and told it to malloc several
bytes of memory and print out the virtual address returned by malloc.
It wrote the string "hello" to the memory location and then just sat
in a loop. Then I started up a userspace program in dom0 and ran
xc_translate_foreign_address on the given virtual address and used
that as my MFN for xc_map_foreign_range. No errors were returned but
the memory mapped to dom0 is just garbage compared to "hello". When I
specify an arbitrary virtual address for xc_translate_foreign_address,
it generally gives me an error saying that address is not valid. So I
assume I'm doing something right, but I must be missing something.
What am I doing wrong with this?

If none of these methods are supposed to be used in this manner, is
there any way to share memory between user programs in different
domains like I'm trying to do?

Thanks,
Kareem Dana

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel