• J
    Check for domain liveness in qemuDomainObjExitMonitor · dc2fd51f
    Ján Tomko 提交于
    The domain might disappear during the time in monitor when
    the virDomainObjPtr is unlocked, so the caller needs to check
    if it's still alive.
    
    Since most of the callers are going to need it, put the
    check inside qemuDomainObjExitMonitor and return -1 if
    the domain died in the meantime.
    dc2fd51f
qemu_domain.c 85.0 KB