On 9 July 2018 at 12:27, Aleksandar Markovic <amarko...@wavecomp.com> wrote: >> Currently we use memory_region_init_rom_nomigrate() to create >> the "dp3893x-prom" memory region, and we don't manually register >> it with vmstate_register_ram(). This currently means that its >> contents are migrated but as a ram block whose name is the empty >> string; in future it may mean they are not migrated at all. Use >> memory_region_init_ram() instead. >> >> Note that this is a a cross-version migration compatibility break >> for the MIPS "magnum" and "pica61" machines. >> > > As far as MIPS jazz ("magnum" and "pica61") boards are concerned: > > Reviewed-by: Aleksandar Markovic <aleksandar.marko...@wavecomp.com>
Thanks for the review. I'll put this in via target-arm.next, just for convenience's sake, since I'm doing a pull request this afternoon anyway. -- PMM