5c703ca Always check return value of qemuDomainObjExitMonitor

Authored and Committed by Ján Tomko 9 years ago
    Always check return value of qemuDomainObjExitMonitor
    
    Depending on the context, either error out if the domain
    has disappeared in the meantime, or just ignore the value
    to allow marking the function as ATTRIBUTE_RETURN_CHECK.
    
        
file modified
+6 -5
file modified
+2 -1
file modified
+99 -64
file modified
+23 -19
file modified
+69 -70
file modified
+57 -52