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] how to make xenbus do .probe?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] how to make xenbus do .probe?
From: "Jian Wang" <jeans.wang@xxxxxxxxx>
Date: Wed, 28 Feb 2007 18:32:22 -0500
Delivery-date: Wed, 28 Feb 2007 15:31:31 -0800
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=P1hx5lUMl5hZSqkWTG6LbunXsSGBAI8j1aubRNG9pj/36FwsQVSEvTplWw5vX/G61lumEh5j3kxMqK3Y2d7Q6VzbHXs6OULbZHrxe75G9WZqHFxYugZa552EJDVpHSU9GvoecMGaP7wLX2nIx1KZDFxPraAjuu1d2EnCtfKgeXs=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VowU5NBd/mX0mJjzKpj06Ox8tTupDqVg/8c1Pjz5ZhwedWTknr2elSJVBEPmcwD1Mx1rLpemNhuT/7XtOCmXj7pOEdnNgBD6G76wKrsxTskmtCWM5PLg1csilW/OB4jBPr4cEZ3bOEAFLimvDDw9iFrt/XlnvVTzEsEmnl2QVI8=
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
Hi,
Can anyone please tell me how to get  ".probe" function in "struct
xenbus_driver" called?
I want to do one simple test of  event channel communication between
peer modules of
domU and dom0.
I wrote one backend and one frontend driver (I tried registered as
misc/blk/input device) where I put in all my xenbus routines, but
cannot get .probe called after  insmod my module, I have put
one week's time to try to find the answer,  failed.

Thanks a lot!
-Jian

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] how to make xenbus do .probe?, Jian Wang <=