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

Re: [Xen-devel] Grant tables from dom0 userspace?

To: "Jacob Gorm Hansen" <jacobg@xxxxxxx>
Subject: Re: [Xen-devel] Grant tables from dom0 userspace?
From: "Christopher Clark" <christopher.clark@xxxxxxxxxxxx>
Date: Thu, 9 Mar 2006 18:10:19 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 09 Mar 2006 18:11:07 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LUqfE+MlOPrvge8bVBB7Gh9LpXvFzGM4OIQJS+Eg2INxh3l+hZ+ACKe3pnIroja6P3f5M/5NrPMuJmctgNl9JDuRGts3eLb+9HgrLe/G+nBHhj01u0LldcDTX9QOeCWiwmvXMlNcDzZttPIvx97K4ZO2Dl3MX04RofQ73JWrHFE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <e08041f30603090959q6ef7954epe2944f2dd9d58acf@xxxxxxxxxxxxxx>
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>
References: <e08041f30603090959q6ef7954epe2944f2dd9d58acf@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hey

Grant tables aren't the right interface for use from userspace, which
is why tools/libxc/xc_gnttab.c was removed. You should probably just
write a kernel module to do the mapping for you using grant tables and
then expose a custom interface to userspace from the module to trigger
the mapping as you need.

Christopher


On 3/9/06, Jacob Gorm Hansen <jacobg@xxxxxxx> wrote:
> hi,
>
> I would like to share some pages between my domU graphics frontend
> device, and the backend which runs in userspace in dom0. Right now I
> am doing this with my own scheme, but presumably grant tables would be
> the correct solution.
>
> Is it possible to use grant tables from dom0 userspace? There used to
> be a file called tools/libxc/xc_gnttab.c but that seems to be gone
> now.
>
> Jacob
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>

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