5d5e787 qemu_command: fix double_close vhostfd in qemuBuildHostdevCommandLine

1 file Authored by Jie Wang 4 years ago, Committed by mprivozn 4 years ago,
    qemu_command: fix double_close vhostfd in qemuBuildHostdevCommandLine
    
    vhostfd passed to cmd->passfd in virCommandPassFD, virCommandFree will
    always close cmd->passfd when qemuBuildSCSIVHostHostdevDevStr failed.
    
    Signed-off-by: Jie Wang <wangjie88@huawei.com>
    
        
file modified
+0 -1