]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Check for domain being active on successful job acquire
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 11 Oct 2011 08:40:36 +0000 (10:40 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 13 Oct 2011 08:01:07 +0000 (10:01 +0200)
commit9bc9999b6eb815268798120d7fe8834d822f098d
treed701ea5a981d570efec48bdd7817059c13bb5ed0
parentd81eee40c2f28c0d8d9b8b52ae71a5b3c45cacdf
qemu: Check for domain being active on successful job acquire

As this is needed. Although some functions check for domain
being active before obtaining job, we need to check it after,
because obtaining job unlocks domain object, during which
a state of domain can be changed.
src/qemu/qemu_driver.c