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] [PATCH] [ANNOUNCE] xsview - a graphical Xenstore tool

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] [ANNOUNCE] xsview - a graphical Xenstore tool
From: Mark Williamson <mark.williamson@xxxxxxxxxxxx>
Date: Sat, 1 Sep 2007 00:31:42 +0100
Delivery-date: Fri, 31 Aug 2007 16:32:06 -0700
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
User-agent: KMail/1.9.6
I got tired of viewing the output of xenstore-ls with less when trying to 
debug things, so I knocked together a simple little graphical app using PyQt 
which displays the contents of Xenstore as a tree.

It should apply to xen-unstable.  It has to be run out of tools/xsview/ 
because I've not yet added an install operation.

Right now you can view the XenStore tree and get / set values in there.  At 
some point in the future I'll probably add code for creating / deleting nodes 
in the tree, and possibly other things.  Should be useful for testing and / 
or debugging.

Hope that it's useful to folks, but it's not very thoroughly tested so please 
don't blame me if it makes your computer explode / causes gerbils to fall 
over.

Cheers,
Mark

-- 
Dave: Just a question. What use is a unicyle with no seat?  And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!

Attachment: xsview.patch
Description: all/allfiles

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] [ANNOUNCE] xsview - a graphical Xenstore tool, Mark Williamson <=