]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Start an async job for processGuestPanicEvent
authorJiri Denemark <jdenemar@redhat.com>
Thu, 28 Jan 2016 17:32:02 +0000 (18:32 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Feb 2016 14:41:57 +0000 (15:41 +0100)
commit1894112bb7d041c0a3db045c92904a5603f23b7f
tree3fcaca0d83266d92e17062e221ee7a3c39928999
parent26edd68c3509f06be68133b295fe4f0765272fe4
qemu: Start an async job for processGuestPanicEvent

Only a small portion of processGuestPanicEvent was enclosed within a
job, let's make sure we use the job for all operations to avoid race
conditions.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/qemu/qemu_driver.c