Re: [libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-16 Thread Osier Yang
于 2010年11月17日 01:49, Justin Clift 写道: Hey Osier, Do you have a few minutes to write up the "net-info" command, for the virsh Command Reference? You don't need to do it in DocBook or anything, just standard text is fine. I can convert it into the DocBook format we're using fairly quickly now.

Re: [libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-16 Thread Osier Yang
于 2010年11月17日 00:18, Eric Blake 写道: On 11/16/2010 06:14 AM, Daniel P. Berrange wrote: On Tue, Nov 16, 2010 at 03:48:47PM +0800, Osier Yang wrote: * tools/virsh.c --- tools/virsh.c | 59 + 1 files changed, 59 insertions(+), 0 deletions

Re: [libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-16 Thread Justin Clift
Hey Osier, Do you have a few minutes to write up the "net-info" command, for the virsh Command Reference? You don't need to do it in DocBook or anything, just standard text is fine. I can convert it into the DocBook format we're using fairly quickly now. :) Regards and best wishes, Justin Cl

Re: [libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-16 Thread Eric Blake
On 11/16/2010 06:14 AM, Daniel P. Berrange wrote: > On Tue, Nov 16, 2010 at 03:48:47PM +0800, Osier Yang wrote: >> * tools/virsh.c >> --- >> tools/virsh.c | 59 >> + >> 1 files changed, 59 insertions(+), 0 deletions(-) >> mode change 1006

Re: [libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-16 Thread Daniel P. Berrange
On Tue, Nov 16, 2010 at 03:48:47PM +0800, Osier Yang wrote: > * tools/virsh.c > --- > tools/virsh.c | 59 > + > 1 files changed, 59 insertions(+), 0 deletions(-) > mode change 100644 => 100755 tools/virsh.c > > diff --git a/tools/virsh.c

[libvirt] [PATCH] [RESEND] To list basic information about the network.

2010-11-15 Thread Osier Yang
* tools/virsh.c --- tools/virsh.c | 59 + 1 files changed, 59 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/virsh.c diff --git a/tools/virsh.c b/tools/virsh.c old mode 100644 new mode 100755 index d15a8df..3a74053 --- a