]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/omap2.c
arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory
authorDirk Müller <dirk@dmllr.de>
Sat, 4 Apr 2015 12:24:38 +0000 (14:24 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Apr 2015 16:30:36 +0000 (17:30 +0100)
commitc8623c0215e18eb4a8ec73eba014d97e51ed707e
tree97e3c93bdef107d2b3a4efc8ac0fc6b77fc6c960
parent5a24f20a7208a58fb80d78ca0521bba6f4d7b145
arm: 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.

Signed-off-by: Dirk Mueller <dmueller@suse.com>
Message-id: CAL5wTH4UHYKpJF=dLJfFzxpufjY189chnCow47-ySuLf8GLbug@mail.gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
13 files changed:
hw/arm/cubieboard.c
hw/arm/digic_boards.c
hw/arm/highbank.c
hw/arm/integratorcp.c
hw/arm/kzm.c
hw/arm/musicpal.c
hw/arm/omap1.c
hw/arm/omap2.c
hw/arm/strongarm.c
hw/arm/versatilepb.c
hw/arm/vexpress.c
hw/arm/virt.c
hw/arm/xilinx_zynq.c