Re: [libvirt] [python PATCH 1/3] Fix function name when parsing arguments in libvirt_virNodeAllocPages

2014-10-22 Thread Peter Krempa
On 10/21/14 20:02, Eric Blake wrote: On 10/21/2014 08:34 AM, Peter Krempa wrote: The override function was copiedpasted from virConnectGetAllDomainStats and the function name after the collon was not changed. Fix the issue as s/collon/colon/ I've fixed this typo and pushed the series.

[libvirt] [python PATCH 1/3] Fix function name when parsing arguments in libvirt_virNodeAllocPages

2014-10-21 Thread Peter Krempa
The override function was copiedpasted from virConnectGetAllDomainStats and the function name after the collon was not changed. Fix the issue as an invalid name would appear in the error message. --- libvirt-override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [libvirt] [python PATCH 1/3] Fix function name when parsing arguments in libvirt_virNodeAllocPages

2014-10-21 Thread Eric Blake
On 10/21/2014 08:34 AM, Peter Krempa wrote: The override function was copiedpasted from virConnectGetAllDomainStats and the function name after the collon was not changed. Fix the issue as s/collon/colon/ an invalid name would appear in the error message. --- libvirt-override.c | 2 +- 1