f09c713 qemu: change args to qemuAssignDeviceHostdevAlias()

Authored and Committed by Laine Stump 8 years ago
    qemu: change args to qemuAssignDeviceHostdevAlias()
    
    In certain cases, we need to assign a hostdevN-style alias in a case
    when we don't have a virDomainHostdevDefPtr (instead we have a
    virDomainNetDefPtr). Since qemuAssignDeviceHostdevAlias() doesn't use
    anything in the virDomainHostdevDef except the alias string itself
    anyway, this patch just changes the arguments to pass a pointer to the
    alias pointer instead.
    
        
file modified
+3 -3
file modified
+1 -1
file modified
+5 -5