
On Fri, Mar 27, 2015 at 05:39:18PM -0400, John Ferlan wrote:
On 03/26/2015 08:43 AM, Ján Tomko wrote:
These depend on the rename being pushed to libvirt.git: (first four patches of:) https://www.redhat.com/archives/libvir-list/2015-March/msg01325.html
Ján Tomko (2): Rename virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree Rename virDomainGetIOThreadsInfo to virDomainGetIOThreadInfo
generator.py | 6 +++--- libvirt-override-api.xml | 2 +- libvirt-override.c | 12 ++++++------ sanitytest.py | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-)
ACK - although you won't be able to build/test this validate until Pavel's changes are in for virDomainInterfacesAddresses...
Thanks, I applied the patch locally and the ioThreadInfo API works for me. Now pushed. Jan