19 Feb
                
                    2016
                
            
            
                19 Feb
                
                '16
                
            
            
            
        
    
                1:58 p.m.
            
        On Tue, Feb 16, 2016 at 15:37:01 +0100, Jiri Denemark wrote:
virDomainObjWait is designed to be called in a loop. Make sure we break the loop in case the domain dies to avoid waiting for an event which will never happen.
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> --- src/conf/domain_conf.c | 7 +++++++ 1 file changed, 7 insertions(+)
ACK, currently all the users expect the VM to be active at this point. Since the code of the function is short enough the behaviour is self-explanatory. Peter