626ea2d conf,qemu: Replace iscsisrc fields with virStorageSourcePtr

Authored and Committed by John Ferlan 6 years ago
    conf,qemu: Replace iscsisrc fields with virStorageSourcePtr
    
    Rather than picking apart the two pieces we need/want (path, hosts,
    and auth)- let's allocate/use a virStorageSourcePtr for iSCSI storage.
    
    The end result is that qemuBuildSCSIiSCSIHostdevDrvStr doesn't need
    to "fake" one for the qemuBuildNetworkDriveStr call.
    
        
file modified
+25 -21
file modified
+1 -4
file modified
+1 -9
file modified
+5 -4
file modified
+1 -1