]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuProcessIncomingDef
authorJiri Denemark <jdenemar@redhat.com>
Fri, 6 Nov 2015 17:41:37 +0000 (18:41 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 19 Nov 2015 08:41:23 +0000 (09:41 +0100)
commit2bf5333f4598c2bd3ead5a3a8e6ce28df4aa7ed8
tree7bd9262a612a6f9ca6056b18d4fac3c801b391a2
parent34b9fe6101d515f0e5baa9aaf59863cbe3d7d351
qemu: Introduce qemuProcessIncomingDef

Incoming migration may require quite a few parameters (URI, fd, path) to
be considered while starting QEMU and we will soon add another one.
Let's group all of them in a single struct.

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