Re: [RFC V1 06/14] vl: precreate phase

2024-10-23 Thread Fabiano Rosas
Steve Sistare writes: > Refactor qemu_init into actions performed during the precreate phase, > and actions performed when exiting precreate. For now, always exit > the precreate phase immediately at init time. Future patches will add > conditions that cause QEMU to linger in the precreate phas

[RFC V1 06/14] vl: precreate phase

2024-10-17 Thread Steve Sistare
Refactor qemu_init into actions performed during the precreate phase, and actions performed when exiting precreate. For now, always exit the precreate phase immediately at init time. Future patches will add conditions that cause QEMU to linger in the precreate phase while running the main loop.