• M
    qemu_agent: Issue guest-sync prior to every command · 075c8518
    Michal Privoznik 提交于
    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.
    075c8518
qemu_agent.c 35.1 KB