
1 Sep
2014
1 Sep
'14
9:42 p.m.
On 09/01/14 22:18, Pavel Hrdina wrote:
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 <pkrempa@redhat.com> Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- generator.py | 1 + libvirt-override-virConnect.py | 47 ++++++++++++++++++++++++++++++++++++++ libvirt-override.c | 52 ++++++++++++++++++++++++++++++++++++++++++ sanitytest.py | 3 +++ 4 files changed, 103 insertions(+)
The changes look good to me, so if no one else will object ACK Peter