Re: [libvirt] [PATCH] virsh: New command print summary of all virtual interfaces

2012-01-12 Thread Osier Yang
On 2012年01月12日 01:20, Eric Blake wrote: On 01/11/2012 05:45 AM, Osier Yang wrote: Just like command domblklist, the command extracts type, source, target, model, and MAC of all virtual interfaces from domain XML (live or persistent). --- tools/virsh.c | 98

[libvirt] [PATCH] virsh: New command print summary of all virtual interfaces

2012-01-11 Thread Osier Yang
Just like command domblklist, the command extracts type, source, target, model, and MAC of all virtual interfaces from domain XML (live or persistent). --- tools/virsh.c | 98 +++ tools/virsh.pod |9 + 2 files changed, 107

Re: [libvirt] [PATCH] virsh: New command print summary of all virtual interfaces

2012-01-11 Thread Eric Blake
On 01/11/2012 05:45 AM, Osier Yang wrote: Just like command domblklist, the command extracts type, source, target, model, and MAC of all virtual interfaces from domain XML (live or persistent). --- tools/virsh.c | 98 +++