On Thu, Nov 12, 2015 at 19:37:20 +0100, Jiri Denemark wrote:
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(a)redhat.com>
---
src/qemu/qemu_process.c | 122 ++++++++++++++++++++++++++++++------------------
src/qemu/qemu_process.h | 4 ++
2 files changed, 81 insertions(+), 45 deletions(-)
ACK