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
> ---
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