c3427c4 qemu: Escape commas for qemuBuildSCSIiSCSIHostdevDrvStr

4 files Authored by Anya Harter 5 years ago, Committed by John Ferlan 5 years ago,
    qemu: Escape commas for qemuBuildSCSIiSCSIHostdevDrvStr
    
    Add comma escaping for netsource. This is done here because
    qemuBuildNetworkDriveStr has other external callers which
    may not expect an escaped comma; however, this particular
    command building path needs to perform the escaping for the
    hostdev command line, so we do it now to ensure src->path
    and src->host->name are covered.
    
    Signed-off-by: Anya Harter <aharter@redhat.com>
    
        
file modified
+3 -1
file modified
+3 -1