]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Separate raw IO code from qemuProcessStart
authorJiri Denemark <jdenemar@redhat.com>
Mon, 2 Nov 2015 09:35:58 +0000 (10:35 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 19 Nov 2015 08:41:23 +0000 (09:41 +0100)
commitdd79eb8b7789383cc076b43d40cf14a32c382cfa
tree35b9d7143000f82fab255a886d10d049cbfde242
parentfe422b673b4b826c89fa664372ce9a50da67862c
qemu: Separate raw IO code from qemuProcessStart

qemuProcessStart is so big that any nontrivial code should be moved to
dedicated functions to make the code easier to read and maintain.

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