Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-30 Thread Steven Sistare via
On 5/29/2024 2:39 PM, Peter Xu wrote: On Tue, May 28, 2024 at 11:09:49AM -0400, Steven Sistare wrote: On 5/27/2024 2:16 PM, Peter Xu wrote: On Mon, Apr 29, 2024 at 08:55:14AM -0700, Steve Sistare wrote: Provide the VMStateDescription precreate field to mark objects that must be loaded on the i

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-29 Thread Peter Xu
On Tue, May 28, 2024 at 11:09:49AM -0400, Steven Sistare wrote: > On 5/27/2024 2:16 PM, Peter Xu wrote: > > On Mon, Apr 29, 2024 at 08:55:14AM -0700, Steve Sistare wrote: > > > Provide the VMStateDescription precreate field to mark objects that must > > > be loaded on the incoming side before devic

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-28 Thread Steven Sistare via
On 5/27/2024 2:16 PM, Peter Xu wrote: On Mon, Apr 29, 2024 at 08:55:14AM -0700, Steve Sistare wrote: Provide the VMStateDescription precreate field to mark objects that must be loaded on the incoming side before devices have been created, because they provide properties that will be needed at cr

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-27 Thread Peter Xu
On Mon, Apr 29, 2024 at 08:55:14AM -0700, Steve Sistare wrote: > Provide the VMStateDescription precreate field to mark objects that must > be loaded on the incoming side before devices have been created, because > they provide properties that will be needed at creation time. They will > be saved

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-24 Thread Fabiano Rosas
Steve Sistare writes: > Provide the VMStateDescription precreate field to mark objects that must > be loaded on the incoming side before devices have been created, because > they provide properties that will be needed at creation time. They will > be saved to and loaded from their own QEMUFile,

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-13 Thread Steven Sistare
On 5/7/2024 5:02 PM, Fabiano Rosas wrote: Steve Sistare writes: Provide the VMStateDescription precreate field to mark objects that must be loaded on the incoming side before devices have been created, because they provide properties that will be needed at creation time. They will be saved to

Re: [PATCH V1 05/26] migration: precreate vmstate

2024-05-07 Thread Fabiano Rosas
Steve Sistare writes: > Provide the VMStateDescription precreate field to mark objects that must > be loaded on the incoming side before devices have been created, because > they provide properties that will be needed at creation time. They will > be saved to and loaded from their own QEMUFile,

[PATCH V1 05/26] migration: precreate vmstate

2024-04-29 Thread Steve Sistare
Provide the VMStateDescription precreate field to mark objects that must be loaded on the incoming side before devices have been created, because they provide properties that will be needed at creation time. They will be saved to and loaded from their own QEMUFile, via qemu_savevm_precreate_save a