]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuProcessInit
authorJiri Denemark <jdenemar@redhat.com>
Tue, 10 Nov 2015 15:58:12 +0000 (16:58 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Wed, 25 Nov 2015 14:27:31 +0000 (15:27 +0100)
commitb5ffd224f1dd9fb41d6ceca19154b362befe004f
tree98f525529d811b57f65447e82bb2da865f4f7f84
parente720e530befe29168acc94dd86a454e8b52cdbf8
qemu: Introduce qemuProcessInit

qemuProcessStart is going to be split in three parts: qemuProcessInit,
qemuProcessLaunch, and qemuProcessFinish so that migration Prepare phase
can insert additional code in the process. qemuProcessStart will be a
small wrapper for all other callers.

qemuProcessInit prepares the domain up to the point when priv->qemuCaps
is initialized.

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