]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Pass job object to qemuProcessRecoverMigration{In,Out}
authorJiri Denemark <jdenemar@redhat.com>
Tue, 3 Apr 2018 11:37:24 +0000 (13:37 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 17 Apr 2018 08:46:23 +0000 (10:46 +0200)
commit71cc5d3283660f308419f810d3f469f56766841c
treedac7b866d98bda619aa5640922999786fde9abc6
parentdb226378489040f4aa97ed69c6701cd8859d8f1d
qemu: Pass job object to qemuProcessRecoverMigration{In,Out}

Currently, only job->phase is passed and both APIs will need to look at
more details about the job.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_process.c