Re: [libvirt] [PATCH] Change virsh list behavior

2008-06-26 Thread Daniel P. Berrange
On Thu, Jun 26, 2008 at 11:51:01AM -0400, Daniel Veillard wrote: > On Wed, Jun 25, 2008 at 03:42:59PM -0700, Ryan Scott wrote: > > > > At the popular request of pretty much everyone in Sun who uses virsh... > > > > Change virsh list to list all domains, and add an "--active" flag to > > list onl

Re: [libvirt] [PATCH] Change virsh list behavior

2008-06-26 Thread Daniel Veillard
On Wed, Jun 25, 2008 at 03:42:59PM -0700, Ryan Scott wrote: > > At the popular request of pretty much everyone in Sun who uses virsh... > > Change virsh list to list all domains, and add an "--active" flag to > list only the active domains. But that breaks the behaviour for everybody and soun

Re: [libvirt] [PATCH] Change virsh list behavior

2008-06-25 Thread Atsushi SAKAI
It looks good to me. +1 Thanks Atsushi SAKAI Ryan Scott <[EMAIL PROTECTED]> wrote: > > At the popular request of pretty much everyone in Sun who uses virsh... > > Change virsh list to list all domains, and add an "--active" flag to > list only the active domains. > > Signed-off-by: Ryan Sco

[libvirt] [PATCH] Change virsh list behavior

2008-06-25 Thread Ryan Scott
At the popular request of pretty much everyone in Sun who uses virsh... Change virsh list to list all domains, and add an "--active" flag to list only the active domains. Signed-off-by: Ryan Scott <[EMAIL PROTECTED]> --- a/src/virsh.c +++ b/src/virsh.c @@ -551,6 +551,7 @@ static vshCmdInfo in