]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move creation of qemuProcessIncomingDef struct
authorJim Fehlig <jfehlig@suse.com>
Mon, 22 Jul 2024 23:12:21 +0000 (17:12 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 20 Mar 2025 17:17:48 +0000 (11:17 -0600)
commit5b324c0a739fe00cbec209219db4488742492112
tree3020b0e36b8cac451f3d0cb2510e790033c561b3
parentc2518f7bc7dd4f8ab8655a12ec3a000e1eb5b232
qemu: Move creation of qemuProcessIncomingDef struct

qemuProcessStartWithMemoryState() is the only caller of qemuProcessStart()
that uses the qemuProcessIncomingDef struct. Move creation of the struct
to qemuProcessStartWithMemoryState().

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/qemu/qemu_process.c
src/qemu/qemu_process.h