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] HACK: FUSE interface to xenstore

To: Xen Developers <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] HACK: FUSE interface to xenstore
From: Brendan Cully <brendan@xxxxxxxxx>
Date: Tue, 16 Jan 2007 16:57:12 -0800
Delivery-date: Tue, 16 Jan 2007 16:56:50 -0800
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>
Mail-followup-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.13 (2006-11-21)
For your amusement, here's a quick and only very lightly tested hack
to manipulate xenstore via FUSE. The main deficiency for me is that I
don't have a good way of distinguishing between files and directories,
so I've just been assuming 0-length entries are directories. I'm also
not attempting to do any permission management. In general though,
it's been more fun to use than xenstore-ls/rm/read/write etc...

http://hg.kublai.com/xen/xsfs/

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] HACK: FUSE interface to xenstore, Brendan Cully <=