]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Revert to blocking behavior of qemuAgentCommand
authorJiri Denemark <jdenemar@redhat.com>
Thu, 30 Aug 2012 12:40:01 +0000 (14:40 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 30 Aug 2012 14:27:00 +0000 (16:27 +0200)
commit7444ccce4cb4af1ce61eb4c2c9ce4f69ea276e9c
treee52a6e0dc38a996caa65be18209ce98787ea6963
parente360a96067c685d53d5c32c912db14520acdb089
qemu: Revert to blocking behavior of qemuAgentCommand

Before commit 05447e3af44ec153314ff97cd611330d9b4b5730, qemuAgentCommand
blocked until it got a reply or appropriate event. When new parameter
was added to qemuAgentCommand in the above commit, all existing callers
of it were updated in a wrong way changing them from blocking to
5-seconds timeout.
src/qemu/qemu_agent.c