]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
qemu: qemuDomainSetVcpusAgent: re-check agent before calling it the again
authorPeter Krempa <pkrempa@redhat.com>
Tue, 27 Oct 2015 06:29:53 +0000 (07:29 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 9 Dec 2015 13:57:12 +0000 (14:57 +0100)
commit2642a36db5d54bc4507e601f4e7bac8de7618129
tree3bb03d09a581d71421560b595655c250b0ac6cce
parentda6620ffac6ca3fb46c9718ba688bbdb74bda0f5
qemu: qemuDomainSetVcpusAgent: re-check agent before calling it the again

With a very unfortunate timing, the agent might vanish before we do the
second call while the locks were down. Re-check that the agent is
available before attempting it again.
src/qemu/qemu_driver.c