075c851 qemu_agent: Issue guest-sync prior to every command

Authored and Committed by mprivozn 12 years ago
    qemu_agent: Issue guest-sync prior to every command
    
    If we issue guest command and GA is not running, the issuing thread
    will block endlessly. We can check for GA presence by issuing
    guest-sync with unique ID (timestamp). We don't want to issue real
    command as even if GA is not running, once it is started, it process
    all commands written to GA socket.
    
        
file modified
+128 -6