Re: [PATCH V4 10/18] qemu: Move creation of qemuProcessIncomingDef struct

2025-04-04 Thread Daniel P . Berrangé via Devel
On Wed, Mar 05, 2025 at 03:48:19PM -0700, Jim Fehlig via Devel wrote: > qemuProcessStartWithMemoryState() is the only caller of qemuProcessStart() > that uses the qemuProcessIncomingDef struct. Move creation of the struct > to qemuProcessStartWithMemoryState(). > > Signed-off-by: Jim Fehlig > ---

[PATCH V4 10/18] qemu: Move creation of qemuProcessIncomingDef struct

2025-03-05 Thread Jim Fehlig via Devel
qemuProcessStartWithMemoryState() is the only caller of qemuProcessStart() that uses the qemuProcessIncomingDef struct. Move creation of the struct to qemuProcessStartWithMemoryState(). Signed-off-by: Jim Fehlig --- src/qemu/qemu_process.c | 42 - src/qemu