qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] c8623c: arm: memory: Replace memory_region_in


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c8623c: arm: memory: Replace memory_region_init_ram with m...
Date: Wed, 08 Apr 2015 10:30:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c8623c0215e18eb4a8ec73eba014d97e51ed707e
      
https://github.com/qemu/qemu/commit/c8623c0215e18eb4a8ec73eba014d97e51ed707e
  Author: Dirk Müller <address@hidden>
  Date:   2015-04-08 (Wed, 08 Apr 2015)

  Changed paths:
    M hw/arm/cubieboard.c
    M hw/arm/digic_boards.c
    M hw/arm/highbank.c
    M hw/arm/integratorcp.c
    M hw/arm/kzm.c
    M hw/arm/musicpal.c
    M hw/arm/omap1.c
    M hw/arm/omap2.c
    M hw/arm/strongarm.c
    M hw/arm/versatilepb.c
    M hw/arm/vexpress.c
    M hw/arm/virt.c
    M hw/arm/xilinx_zynq.c

  Log Message:
  -----------
  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 <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]