]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Clean up chardev sockets on QEMU shutdown
authorJán Tomko <jtomko@redhat.com>
Tue, 13 May 2014 06:54:20 +0000 (08:54 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 26 May 2014 13:17:54 +0000 (15:17 +0200)
commit205010c40eb90c1088ddc250d4bcf3d2669b549c
tree21311119c3bf01b6762611aa6b93dbaf17384e4a
parentcde8ca2dfda6b69eebb70695e5a42b0cc6bd2c38
Clean up chardev sockets on QEMU shutdown

https://bugzilla.redhat.com/show_bug.cgi?id=1088787

Clean up unix socket files for chardevs using mode='bind',
like we clean up the monitor socket.
They are created by QEMU on startup and not really useful
after shutting it down.
src/qemu/qemu_process.c