Re: [libvirt] [PATCHv3 02/12] virsh: add support for virConnectListAllDomains and clean up cmdList

2012-06-13 Thread Peter Krempa
On 06/11/12 22:16, Eric Blake wrote: On 06/11/2012 04:33 AM, Peter Krempa wrote: This patch makes use of the newly added api virConnectListAllDomains() to list domains in virsh. Virsh now represents lists of domains using an internal structure vshDomainList. This structure contains the virDoma

Re: [libvirt] [PATCHv3 02/12] virsh: add support for virConnectListAllDomains and clean up cmdList

2012-06-11 Thread Eric Blake
On 06/11/2012 04:33 AM, Peter Krempa wrote: > > This patch makes use of the newly added api virConnectListAllDomains() > to list domains in virsh. > > Virsh now represents lists of domains using an internal structure > vshDomainList. This structure contains the virDomainPtr list as provided > by

[libvirt] [PATCHv3 02/12] virsh: add support for virConnectListAllDomains and clean up cmdList

2012-06-11 Thread Peter Krempa
This patch makes use of the newly added api virConnectListAllDomains() to list domains in virsh. Virsh now represents lists of domains using an internal structure vshDomainList. This structure contains the virDomainPtr list as provided by virConnectListAllDomains() and the count of domains in the