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-api

[Xen-API] communication between userspace kernelspace

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] communication between userspace kernelspace
From: Saransh Mittal <saransh.m@xxxxxxxxx>
Date: Thu, 16 Apr 2009 10:45:39 +0530
Cc:
Delivery-date: Thu, 16 Apr 2009 07:52:04 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=pUie0CgQ7V1DmvK0xapcbWKmbbd3/wD7bMTxX813jyQ=; b=squRJfDZVjtR8aiktVxF10OmMIw8Y7z6L9HzncdHBtSRY8V5ey3DVfH2VGnxcnZK5i LiVVjVQHdVoK8aZZ8mWoG4wLhiJCHKEjKafhQYrHX4PH5/DKBqAoPKT/3vJ5PIkps9+i p6X7n63JT2spRbGSW4WPZHB2ZGo8ysrrbrsd4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RzZM43mhFaC8vq/j6/2f7BcsUVnFy859frieGixi7CUzdmsj5J/Cc3TUt8XXpDhXPG Klmg8eqT8SOrK0zrv/XpkiebPff4EGwxGslJ7ffZO3eD24WNUS5iGKSOv3cqL0yZ9f85 ubTXBd4a15XMmXxulIs4k/wUnI+KNEym1O1zY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
Hello all,
     I want to set variables in the kernel driver from the user space. According to me the existing methods to achieve this feat is through socket communication, RPC, xm, etc. The problem is that i am not able to find enough documentation to achieve it. Please suggest me a clean simple way to achieve this.
Thanks,
Saransh Mittal.
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] communication between userspace kernelspace, Saransh Mittal <=