Re: [PATCH V2 02/11] migration: cpr-state

2024-07-20 Thread Steven Sistare
On 7/19/2024 11:03 AM, Peter Xu wrote: On Sun, Jun 30, 2024 at 12:40:25PM -0700, Steve Sistare wrote: CPR must save state that is needed after QEMU is restarted, when devices are realized. Thus the extra state cannot be saved in the migration stream, as objects must already exist before that st

Re: [PATCH V2 02/11] migration: cpr-state

2024-07-19 Thread Peter Xu
On Sun, Jun 30, 2024 at 12:40:25PM -0700, Steve Sistare wrote: > CPR must save state that is needed after QEMU is restarted, when devices > are realized. Thus the extra state cannot be saved in the migration stream, > as objects must already exist before that stream can be loaded. Instead, > defi

Re: [PATCH V2 02/11] migration: cpr-state

2024-07-17 Thread Fabiano Rosas
Steve Sistare writes: > CPR must save state that is needed after QEMU is restarted, when devices > are realized. Thus the extra state cannot be saved in the migration stream, > as objects must already exist before that stream can be loaded. Instead, > define auxilliary state structures and vmst

[PATCH V2 02/11] migration: cpr-state

2024-06-30 Thread Steve Sistare
CPR must save state that is needed after QEMU is restarted, when devices are realized. Thus the extra state cannot be saved in the migration stream, as objects must already exist before that stream can be loaded. Instead, define auxilliary state structures and vmstate descriptions, not associated