Re: [libvirt] [PATCH] virsh: add command net-info

2010-11-13 Thread Justin Clift
On 13/11/2010, at 8:01 AM, Osier Yang wrote: > 于 2010年11月12日 19:34, Justin Clift 写道: >> On 11/08/2010 07:40 PM, Osier Yang wrote: >> >>> +{"desc", "Returns basic information about the network"}, >> >> Probably better to make it clear that it's about a "virtual >> network", rather than any oth

Re: [libvirt] [PATCH] virsh: add command net-info

2010-11-12 Thread Osier Yang
于 2010年11月12日 19:34, Justin Clift 写道: On 11/08/2010 07:40 PM, Osier Yang wrote: +{"desc", "Returns basic information about the network"}, Probably better to make it clear that it's about a "virtual network", rather than any other kind of network. Maybe "Returns basic information about a

Re: [libvirt] [PATCH] virsh: add command net-info

2010-11-12 Thread Justin Clift
On 11/08/2010 07:40 PM, Osier Yang wrote: > +{"desc", "Returns basic information about the network"}, Probably better to make it clear that it's about a "virtual network", rather than any other kind of network. Maybe "Returns basic information about a virtual network"? (or something similar)

[libvirt] [PATCH] virsh: add command net-info

2010-11-08 Thread Osier Yang
To list basic information about the network. * tools/virsh.c --- tools/virsh.c | 59 + 1 files changed, 59 insertions(+), 0 deletions(-) diff --git a/tools/virsh.c b/tools/virsh.c index e704799..54643f2 100644 --- a/tools/virsh.c +++ b/to