• J
    qemu: Resolve Coverity IDENTICAL_BRANCHES · 9ad32e50
    John Ferlan 提交于
    Coverity complains that in the error paths both the < 0 condition and
    the success path after the qemuDomainObjExitMonitor failure will end
    up going to cleanup.  So just use ignore_value in this error path to
    resolve the complaint.
    9ad32e50
qemu_hotplug.c 142.6 KB