Re: [PATCH V7 05/12] migration: propagate suspended runstate

2023-12-11 Thread Steven Sistare
On 12/11/2023 1:46 AM, Peter Xu wrote: > On Wed, Dec 06, 2023 at 09:23:30AM -0800, Steve Sistare wrote: >> If the outgoing machine was previously suspended, propagate that to the >> incoming side via global_state, so a subsequent vm_start restores the >> suspended state. To maintain backward and f

Re: [PATCH V7 05/12] migration: propagate suspended runstate

2023-12-10 Thread Peter Xu
On Wed, Dec 06, 2023 at 09:23:30AM -0800, Steve Sistare wrote: > If the outgoing machine was previously suspended, propagate that to the > incoming side via global_state, so a subsequent vm_start restores the > suspended state. To maintain backward and forward compatibility, reclaim > some space f

Re: [PATCH V7 05/12] migration: propagate suspended runstate

2023-12-08 Thread Steven Sistare
On 12/8/2023 11:37 AM, Fabiano Rosas wrote: > Steve Sistare writes: > >> If the outgoing machine was previously suspended, propagate that to the >> incoming side via global_state, so a subsequent vm_start restores the >> suspended state. To maintain backward and forward compatibility, reclaim >>

Re: [PATCH V7 05/12] migration: propagate suspended runstate

2023-12-08 Thread Fabiano Rosas
Steve Sistare writes: > If the outgoing machine was previously suspended, propagate that to the > incoming side via global_state, so a subsequent vm_start restores the > suspended state. To maintain backward and forward compatibility, reclaim > some space from the runstate member. > > Signed-off