Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-21 Thread Peter Xu
On Fri, Aug 16, 2024 at 01:10:02PM -0400, Steven Sistare wrote: > On 8/16/2024 10:43 AM, Peter Xu wrote: > > On Thu, Aug 15, 2024 at 04:54:58PM -0400, Steven Sistare wrote: > > > On 8/13/2024 4:43 PM, Peter Xu wrote: > > > > On Wed, Aug 07, 2024 at 05:04:26PM -0400, Steven Sistare wrote: > > > > >

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-16 Thread Steven Sistare
On 8/16/2024 10:43 AM, Peter Xu wrote: On Thu, Aug 15, 2024 at 04:54:58PM -0400, Steven Sistare wrote: On 8/13/2024 4:43 PM, Peter Xu wrote: On Wed, Aug 07, 2024 at 05:04:26PM -0400, Steven Sistare wrote: On 7/19/2024 12:28 PM, Peter Xu wrote: On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve S

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-16 Thread Peter Xu
On Thu, Aug 15, 2024 at 04:54:58PM -0400, Steven Sistare wrote: > On 8/13/2024 4:43 PM, Peter Xu wrote: > > On Wed, Aug 07, 2024 at 05:04:26PM -0400, Steven Sistare wrote: > > > On 7/19/2024 12:28 PM, Peter Xu wrote: > > > > On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: > > > > > F

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-15 Thread Steven Sistare
On 8/13/2024 4:43 PM, Peter Xu wrote: On Wed, Aug 07, 2024 at 05:04:26PM -0400, Steven Sistare wrote: On 7/19/2024 12:28 PM, Peter Xu wrote: On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: For new cpr modes, ramblock_is_ignored will always be true, because the memory is preserve

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-13 Thread Peter Xu
On Wed, Aug 07, 2024 at 05:04:26PM -0400, Steven Sistare wrote: > On 7/19/2024 12:28 PM, Peter Xu wrote: > > On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: > > > For new cpr modes, ramblock_is_ignored will always be true, because the > > > memory is preserved in place rather than co

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-08-07 Thread Steven Sistare
On 7/19/2024 12:28 PM, Peter Xu wrote: On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: For new cpr modes, ramblock_is_ignored will always be true, because the memory is preserved in place rather than copied. However, for an ignored block, parse_ramblock currently requires that th

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-07-20 Thread Steven Sistare
On 7/19/2024 12:28 PM, Peter Xu wrote: On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: For new cpr modes, ramblock_is_ignored will always be true, because the memory is preserved in place rather than copied. However, for an ignored block, parse_ramblock currently requires that th

Re: [PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-07-19 Thread Peter Xu
On Sun, Jun 30, 2024 at 12:40:29PM -0700, Steve Sistare wrote: > For new cpr modes, ramblock_is_ignored will always be true, because the > memory is preserved in place rather than copied. However, for an ignored > block, parse_ramblock currently requires that the received address of the > block mu

[PATCH V2 06/11] migration: fix mismatched GPAs during cpr

2024-06-30 Thread Steve Sistare
For new cpr modes, ramblock_is_ignored will always be true, because the memory is preserved in place rather than copied. However, for an ignored block, parse_ramblock currently requires that the received address of the block must match the address of the statically initialized region on the target