Re: [PATCH V1 06/26] migration: precreate vmstate for exec

2024-05-13 Thread Fabiano Rosas
Steven Sistare writes: > On 5/6/2024 7:34 PM, Fabiano Rosas wrote: >> Steve Sistare writes: >> >>> Provide migration_precreate_save for saving precreate vmstate across exec. >>> Create a memfd, save its value in the environment, and serialize state >>> to it. Reverse the process in

Re: [PATCH V1 06/26] migration: precreate vmstate for exec

2024-05-13 Thread Steven Sistare
On 5/6/2024 7:34 PM, Fabiano Rosas wrote: Steve Sistare writes: Provide migration_precreate_save for saving precreate vmstate across exec. Create a memfd, save its value in the environment, and serialize state to it. Reverse the process in migration_precreate_load. Signed-off-by: Steve

Re: [PATCH V1 06/26] migration: precreate vmstate for exec

2024-05-06 Thread Fabiano Rosas
Steve Sistare writes: > Provide migration_precreate_save for saving precreate vmstate across exec. > Create a memfd, save its value in the environment, and serialize state > to it. Reverse the process in migration_precreate_load. > > Signed-off-by: Steve Sistare > --- >

[PATCH V1 06/26] migration: precreate vmstate for exec

2024-04-29 Thread Steve Sistare
Provide migration_precreate_save for saving precreate vmstate across exec. Create a memfd, save its value in the environment, and serialize state to it. Reverse the process in migration_precreate_load. Signed-off-by: Steve Sistare --- include/migration/misc.h | 5 ++ migration/meson.build