]> xenbits.xensource.com Git - libvirt.git/commit
Always check return value of qemuDomainObjExitMonitor
authorJán Tomko <jtomko@redhat.com>
Tue, 16 Dec 2014 09:40:58 +0000 (10:40 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 19 Jan 2015 09:12:32 +0000 (10:12 +0100)
commit5c703ca396970ef5a184e975716eea852c7a7437
treef79ef6a03b3580b6ce199596f6b7a27c96190a02
parent3070bc8ee52efed073e5d351bfdb1072bbc6e303
Always check return value of qemuDomainObjExitMonitor

Depending on the context, either error out if the domain
has disappeared in the meantime, or just ignore the value
to allow marking the function as ATTRIBUTE_RETURN_CHECK.
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_driver.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c