Re: [PATCH V3 00/10] fix migration of suspended runstate

2023-08-25 Thread Steven Sistare
On 8/25/2023 11:07 AM, Peter Xu wrote: > On Fri, Aug 25, 2023 at 09:28:28AM -0400, Steven Sistare wrote: >> On 8/24/2023 5:09 PM, Steven Sistare wrote: >>> On 8/17/2023 2:23 PM, Peter Xu wrote: On Mon, Aug 14, 2023 at 11:54:26AM -0700, Steve Sistare wrote: > Migration of a guest in the sus

Re: [PATCH V3 00/10] fix migration of suspended runstate

2023-08-25 Thread Peter Xu
On Fri, Aug 25, 2023 at 09:28:28AM -0400, Steven Sistare wrote: > On 8/24/2023 5:09 PM, Steven Sistare wrote: > > On 8/17/2023 2:23 PM, Peter Xu wrote: > >> On Mon, Aug 14, 2023 at 11:54:26AM -0700, Steve Sistare wrote: > >>> Migration of a guest in the suspended runstate is broken. The incoming >

Re: [PATCH V3 00/10] fix migration of suspended runstate

2023-08-25 Thread Steven Sistare
On 8/24/2023 5:09 PM, Steven Sistare wrote: > On 8/17/2023 2:23 PM, Peter Xu wrote: >> On Mon, Aug 14, 2023 at 11:54:26AM -0700, Steve Sistare wrote: >>> Migration of a guest in the suspended runstate is broken. The incoming >>> migration code automatically tries to wake the guest, which is wrong;

Re: [PATCH V3 00/10] fix migration of suspended runstate

2023-08-24 Thread Steven Sistare
On 8/17/2023 2:23 PM, Peter Xu wrote: > On Mon, Aug 14, 2023 at 11:54:26AM -0700, Steve Sistare wrote: >> Migration of a guest in the suspended runstate is broken. The incoming >> migration code automatically tries to wake the guest, which is wrong; >> the guest should end migration in the same ru

Re: [PATCH V3 00/10] fix migration of suspended runstate

2023-08-17 Thread Peter Xu
On Mon, Aug 14, 2023 at 11:54:26AM -0700, Steve Sistare wrote: > Migration of a guest in the suspended runstate is broken. The incoming > migration code automatically tries to wake the guest, which is wrong; > the guest should end migration in the same runstate it started. Further, > for a restor