4c2ca56 qemu: Remove need for qemuDomainParseIOThreadAlias

Authored and Committed by John Ferlan 8 years ago
    qemu: Remove need for qemuDomainParseIOThreadAlias
    
    Rather than have a separate routine to parse the alias of an iothread
    returned from qemu in order to get the iothread_id value, parse the alias
    when returning and just return the iothread_id in qemuMonitorIOThreadInfoPtr
    
    This set of patches removes the function, changes the "char *name" to
    "unsigned int" and handles all the fallout.
    
        
file modified
+0 -17
file modified
+0 -3
file modified
+2 -7
file modified
+0 -1
file modified
+1 -1
file modified
+14 -6
file modified
+4 -7
file modified
+6 -6