diff options
author | Dirk Müller | 2015-04-04 14:16:18 +0200 |
---|---|---|
committer | Peter Maydell | 2015-04-10 15:12:20 +0200 |
commit | b7ccb83f44eca09e48c61866a090425c762598f0 (patch) | |
tree | c3d62d86a903a3e662c6e83e8e1a0386fe69b21d /hw/pci-host/bonito.c | |
parent | xen: limit guest control of PCI command register (diff) | |
download | qemu-b7ccb83f44eca09e48c61866a090425c762598f0.tar.gz qemu-b7ccb83f44eca09e48c61866a090425c762598f0.tar.xz qemu-b7ccb83f44eca09e48c61866a090425c762598f0.zip |
lm32: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
Commit 0b183fc871:"memory: move mem_path handling to
memory_region_allocate_system_memory" split memory_region_init_ram and
memory_region_init_ram_from_file. Also it moved mem-path handling a step
up from memory_region_init_ram to memory_region_allocate_system_memory.
Therefore for any board that uses memory_region_init_ram directly,
-mem-path is not supported.
Fix this by replacing memory_region_init_ram with
memory_region_allocate_system_memory.
Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Dirk Mueller <dmueller@suse.com>
Acked-by: Michael Walle <michael@walle.cc>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/pci-host/bonito.c')
0 files changed, 0 insertions, 0 deletions