From: Laura Ramirez <laura.ramirez@hp.com>
To: xen-devel@lists.xensource.com
Subject: xm list -l displays duplicate information
Date: Thu, 13 Oct 2005 14:21:32 -0700 [thread overview]
Message-ID: <434ECFDC.9090500@hp.com> (raw)
[-- 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
next reply other threads:[~2005-10-13 21:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-13 21:21 Laura Ramirez [this message]
2005-10-13 22:16 ` xm list -l displays duplicate information Ewan Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=434ECFDC.9090500@hp.com \
--to=laura.ramirez@hp.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.