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] xm list -l displays duplicate information

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xm list -l displays duplicate information
From: Laura Ramirez <laura.ramirez@xxxxxx>
Date: Thu, 13 Oct 2005 14:21:32 -0700
Delivery-date: Thu, 13 Oct 2005 21:19:12 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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: Mozilla Thunderbird 1.0 (X11/20041206)

Hello,

Yesterday, I updated my xen to changeset 7352:f3aa156fda6a.
I noticed that the "xm list -l" was printing the domain information
more than once.  Since I had 3 domains, it was displaying the info
3 times. There seems to have been a typo with changeset 7273:32f9300618d6.

Attached is a patch that fixes the typo, just in case it hasn't been
fixed already.

Laura Ramirez
--- a/tools/python/xen/xm/main.py       2005-10-12 07:00:27.000000000 -0700
+++ b/tools/python/xen/xm/main.py       2005-10-13 13:54:06.261160568 -0700
@@ -233,7 +233,7 @@
                
     if use_long:
         for dom in doms:
-            PrettyPrint.prettyprint(doms)
+            PrettyPrint.prettyprint(dom)
     else:
         domsinfo = map(parse_doms_info, doms)
 
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>