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