All of lore.kernel.org
 help / color / mirror / Atom feed
* xm list -l displays duplicate information
@ 2005-10-13 21:21 Laura Ramirez
  2005-10-13 22:16 ` Ewan Mellor
  0 siblings, 1 reply; 2+ messages in thread
From: Laura Ramirez @ 2005-10-13 21:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]


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

[-- Attachment #2: xm_list.patch --]
[-- Type: text/x-patch, Size: 366 bytes --]

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

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-10-13 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-13 21:21 xm list -l displays duplicate information Laura Ramirez
2005-10-13 22:16 ` Ewan Mellor

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.