On 11.05.22 01:17, Juan Quintela wrote: > We are recalculating ram size continously, when we know that it don't > change during migration. Create a field in RAMState to track it.
We do have resizable RAM, which triggers ram_mig_ram_block_resized() on resizes when changing block->used_length. ram_mig_ram_block_resized() aborts migration when we detect a resize on the source. I assume that is what you care about here, right? -- Thanks, David / dhildenb