From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ewan Mellor Subject: Re: [PATCH] Repost - xm lists display and formatting Date: Fri, 17 Feb 2006 10:41:43 -0800 Message-ID: <20060217184143.GE3848@localhost.localdomain> References: <1140193362.4911.5.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1140193362.4911.5.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefan Berger Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Fri, Feb 17, 2006 at 11:22:42AM -0500, Stefan Berger wrote: > This patch displays the network-list/block-list/vtpm-list using the 'xm' > command. It supports the '--long' option. > > Signed-off-by: Stefan Berger Applied, thank you. This will break xm-test. Does anyone fancy fixing it up? The least-effort thing to do is change all of the calls to block-list and network-list to become block-list --long and network-list --long, but it would be better if we fixed the eyecatchers (where necessary) to work with the new, formatted commands, and maybe added a few tests for xyz-list --long as well. And of course it would be nice to have tests for vtpm-list (after detecting the presence of appropriate hardware, I guess). Any volunteers? Ewan.