summaryrefslogtreecommitdiffstats
path: root/hw/core
diff options
context:
space:
mode:
authorPeter Maydell2018-07-09 15:51:35 +0200
committerPeter Maydell2018-07-09 15:51:35 +0200
commit8fad0a65582c0a6e324580f45516461e9b6aa439 (patch)
tree5fa7bf1c3d687cb75a751030a05705482630d65f /hw/core
parentboards.h: Remove doc comment reference to nonexistent function (diff)
downloadqemu-8fad0a65582c0a6e324580f45516461e9b6aa439.tar.gz
qemu-8fad0a65582c0a6e324580f45516461e9b6aa439.tar.xz
qemu-8fad0a65582c0a6e324580f45516461e9b6aa439.zip
hw/net/dp8393x: don't make prom region 'nomigrate'
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. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Aleksandar Markovic <aleksandar.markovic@wavecomp.com> Message-id: 20180706174309.27110-1-peter.maydell@linaro.org
Diffstat (limited to 'hw/core')
0 files changed, 0 insertions, 0 deletions