From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Logan Subject: Passing ioctls between front-end and back-end drivers Date: Mon, 21 Nov 2005 15:17:05 +0000 Message-ID: <4381E4F1.7090901@symantec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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? Thanks, Nick