Re: [libvirt] [python PATCH v2 3/5] API: Implement bindings for virConnectGetAllDomainStats

2014-09-01 Thread Peter Krempa
On 09/01/14 22:18, Pavel Hrdina wrote: > From: Peter Krempa > > Implement the function by returning a list of tuples instead the array > of virDomainStatsRecords and store the typed parameters as dict. > > Signed-off-by: Peter Krempa > Signed-off-by: Pavel Hrdina > --- > generator.py

[libvirt] [python PATCH v2 3/5] API: Implement bindings for virConnectGetAllDomainStats

2014-09-01 Thread Pavel Hrdina
From: Peter Krempa Implement the function by returning a list of tuples instead the array of virDomainStatsRecords and store the typed parameters as dict. Signed-off-by: Peter Krempa Signed-off-by: Pavel Hrdina --- generator.py | 1 + libvirt-override-virConnect.py | 53 +++