On Wed, 26 Nov 2025 at 12:45, Fabiano Rosas <[email protected]> wrote: > > Should ram_save_setup() use RAMBLOCK_FOREACH_NOT_IGNORED instead of > RAMBLOCK_FOREACH_MIGRATABLE? I don't immediately see why not...
I just submitted a new patch "migration: Fix writing mapped_ram + ignore_shared snapshots" to skip ignored RAMBlocks. I think it may still be useful to indicate their presence and record their sizes, so I only skipped writing the contents, keeping the header. LMK what you think.
