Re: [PATCH V2 03/13] migration: save cpr mode

2024-10-08 Thread Steven Sistare
On 10/7/2024 4:10 PM, Peter Xu wrote: On Mon, Oct 07, 2024 at 03:31:09PM -0400, Steven Sistare wrote: On 10/7/2024 11:18 AM, Peter Xu wrote: On Mon, Sep 30, 2024 at 12:40:34PM -0700, Steve Sistare wrote: Save the mode in CPR state, so the user does not need to explicitly specify it for the tar

Re: [PATCH V2 03/13] migration: save cpr mode

2024-10-07 Thread Peter Xu
On Mon, Oct 07, 2024 at 03:31:09PM -0400, Steven Sistare wrote: > On 10/7/2024 11:18 AM, Peter Xu wrote: > > On Mon, Sep 30, 2024 at 12:40:34PM -0700, Steve Sistare wrote: > > > Save the mode in CPR state, so the user does not need to explicitly > > > specify > > > it for the target. Modify migra

Re: [PATCH V2 03/13] migration: save cpr mode

2024-10-07 Thread Steven Sistare
On 10/7/2024 11:18 AM, Peter Xu wrote: On Mon, Sep 30, 2024 at 12:40:34PM -0700, Steve Sistare wrote: Save the mode in CPR state, so the user does not need to explicitly specify it for the target. Modify migrate_mode() so it returns the incoming mode on the target. Signed-off-by: Steve Sistare

Re: [PATCH V2 03/13] migration: save cpr mode

2024-10-07 Thread Peter Xu
On Mon, Sep 30, 2024 at 12:40:34PM -0700, Steve Sistare wrote: > Save the mode in CPR state, so the user does not need to explicitly specify > it for the target. Modify migrate_mode() so it returns the incoming mode on > the target. > > Signed-off-by: Steve Sistare > --- > include/migration/cpr

[PATCH V2 03/13] migration: save cpr mode

2024-09-30 Thread Steve Sistare
Save the mode in CPR state, so the user does not need to explicitly specify it for the target. Modify migrate_mode() so it returns the incoming mode on the target. Signed-off-by: Steve Sistare --- include/migration/cpr.h | 7 +++ migration/cpr.c | 23 ++- migrat