]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Process monitor EOF in a job
authorJiri Denemark <jdenemar@redhat.com>
Thu, 11 Feb 2016 14:32:48 +0000 (15:32 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Feb 2016 14:41:57 +0000 (15:41 +0100)
commit8c9ff9960b29d4703a99efdd1cadcf6f48799cc0
treeed857291dc77c5715be8e1cb59c8f8f51b71454d
parent1894112bb7d041c0a3db045c92904a5603f23b7f
qemu: Process monitor EOF in a job

Stopping a domain without a job risks a race condition with another
thread which started a job a which does not expect anyone else to be
messing around with the same domain object.

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