]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Restart CPUs with valid async job type when doing external snapshots
authorPeter Krempa <pkrempa@redhat.com>
Fri, 7 Dec 2012 10:50:52 +0000 (11:50 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 11 Dec 2012 10:20:53 +0000 (11:20 +0100)
commit46b0c93332fb16fd9f64cd9b3bb95a0990145f0c
treeb89b8e15866479c25cea4c0e5660def11648f9dd
parent84e27a6f2a7250e083ed31d9966a7a57276df205
qemu: Restart CPUs with valid async job type when doing external snapshots

When restarting CPUs after an external snapshot, the restarting function
was called without the appropriate async job type. This caused that a
new sync job wasn't created and allowed races in the monitor.
src/qemu/qemu_driver.c