]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Always use iohelper for dumping domain core
authorJiri Denemark <jdenemar@redhat.com>
Mon, 6 Feb 2012 13:53:24 +0000 (14:53 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 8 Feb 2012 10:26:20 +0000 (11:26 +0100)
commitc8683f231dd227da8540f3249d7e332ec7a75ad7
tree7b4071ecb1ecd2e452b30576448c7aecb6f1d9ab
parentafe6e58aedcd5e27ea16184fed90b338569bd042
qemu: Always use iohelper for dumping domain core

Qemu uses non-blocking I/O which doesn't play nice with regular file
descriptors. We need to pass a pipe to qemu instead, which can easily be
done using iohelper.
src/qemu/qemu_driver.c