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] Passing ioctls between front-end and back-end drivers

To: Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] Passing ioctls between front-end and back-end drivers
From: Nick Logan <nick_logan@xxxxxxxxxxxx>
Date: Mon, 21 Nov 2005 17:24:07 +0000
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 21 Nov 2005 17:25:19 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <A95E2296287EAD4EB592B5DEEFCE0E9D32EAF3@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
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: <A95E2296287EAD4EB592B5DEEFCE0E9D32EAF3@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20050816
Ah, that explains why I couldn't find out how to do it. The ioctl's that I am thinking of are vendor specific. I'm looking at supporting devices in Dom0 that can be accessed from the guest domains and part of the driver functionality requires ioctls to get/set attributes etc. It would be up to the backend to determine if the ioctls were valid or not. I agree that this is rather Linux/Unix specific but in my case it's a fundamental part of the driver.

Maybe some of the attributes can be passed via Xenstore, I'll investigate.

Nick

Ian Pratt wrote:

I see that the block driver supports requests for READ, WRITE and PROBE. Is there any recommended way to pass ioctl requests from the front-end to be executed by the back-end driver?

Currently, no.

Creating a new request operation type that allows the front end to pass
through ioctls would be useful, but it ends up being rather Linux
specific. Further, for security reasons the backend is going to need to
be able to decode the ioctl and decide whether its safe to issue or not.
It would be better to have a 'wire protocol' for this.

A mechanism for passing scsi commands through would be better, but even
then there are a bunch of vendor-specific ones its not entirely easy to
tell whether they should be allowed by a guest or not. I suspect we need
to draw up a list of what "ioctls" should be allowed. What one do you
want to perform?

Ian


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

<Prev in Thread] Current Thread [Next in Thread>