]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Separate graphics handling code from qemuProcessStart
authorJiri Denemark <jdenemar@redhat.com>
Fri, 30 Oct 2015 17:16:53 +0000 (18:16 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 19 Nov 2015 08:41:23 +0000 (09:41 +0100)
commitfe422b673b4b826c89fa664372ce9a50da67862c
tree0c619c0c0e018145cc1f2c1bf43dd302fbdd5651
parent8cff921571934b78ba8c5f40f39118ff364e4ec0
qemu: Separate graphics handling 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