On 13 August 2018 at 17:27, Paolo Bonzini <[email protected]> wrote: > On 13/08/2018 18:16, Frank Yang wrote: >> Hi Paolo, >> >> I see that migration/ram.c saves RAMBlocks associated with memory >> regions initialized with nomigrate. Is this intended?
Which regions, and which version of QEMU? In general for current-head-of-master this shouldn't happen, unless the code has subsequently manually registered the ramblock for migration by calling vmstate_register_ram() itself at some point after the MR is initialized. thanks -- PMM
