diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-07-04 13:06:35 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-07-04 13:06:35 +0100 |
commit | a7aeb5f7b2c713e2ab7e0a142e0c89f7b2aa5bb7 (patch) | |
tree | 95fe87f144142edd40180d303ac6769c85a4151f /include/exec/memory.h | |
parent | a1777f7f6462c66e1ee6e98f0d5c431bfe988aa5 (diff) | |
download | qemu-a7aeb5f7b2c713e2ab7e0a142e0c89f7b2aa5bb7.zip |
imx: Use memory_region_init_rom() for ROMs
The imx boards were all incorrectly creating ROMs using
memory_region_init_rom_device() with a NULL ops pointer. This
will cause QEMU to abort if the guest tries to write to the
ROM. Switch to the new memory_region_init_rom() instead.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1467122287-24974-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include/exec/memory.h')
0 files changed, 0 insertions, 0 deletions