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

2024-10-07 Thread Steven Sistare
On 10/7/2024 10:14 AM, Peter Xu wrote: On Mon, Sep 30, 2024 at 12:40:33PM -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/13] migration: cpr-state

2024-10-07 Thread Peter Xu
On Mon, Sep 30, 2024 at 12:40:33PM -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 V2 02/13] migration: cpr-state

2024-09-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