Re: [PATCH V3 02/16] migration: cpr-state

2024-11-13 Thread Peter Xu
On Fri, Nov 01, 2024 at 06:47:41AM -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

[PATCH V3 02/16] migration: cpr-state

2024-11-01 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